#61E580

Color #61E580 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #61E580

Tints of Pastel Green #61E580

Color information

#61E580 (or 0x61E580) is unknown color: approx Pastel Green. HEX triplet: 61, E5 and 80. RGB value is (97,229,128). Sum of RGB (Red+Green+Blue) = 97+229+128=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #61E580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E580 is #9E1A7F. Grayscale: #B2B2B2. Windows color (decimal): -10361472 or 8447329. OLE color: 8447329.

HSL color Cylindrical-coordinate representation of color #61E580: hue angle of 134.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E580 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB97229128-
CMYK0.5800.440.10
HSL134.09º71.74%63.92%-
HSV(B)134.09º57.64%89.8%-
XYZ36.8560.1430.09-
YUV178.0299.7770.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 229 (89.84% from 255) = 50.44%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=21.37%
G=50.44%
B=28.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal972291280.5800.440.10134.0971.7463.92
Hex61E5803A02CA864840
Octal1413452007205412206110100
Binary11000011110010110000000111010010110010101000011010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61E580; }

 p { color: rgb(97,229,128); }

 H1.HeaderClassName
 {
   color: #61E580;
 }
 .AnyTagClassName
 {
   color: #61E580;
 }
</style>
background-color css

<style>
 a { background-color: #61E580; }

 a { background-color: rgb(97,229,128); }

 div.DivClassName
 {
   background-color: #61E580;
 }
 .BgClassName
 {
   background-color: #61E580;
 }
</style>
border-color css

<style>
 span { border-color: #61E580; }

 span { border-color: rgb(97,229,128); }

 td.TdClassName
 {
   border-color: #61E580;
 }
 .TagClassName
 {
   border-color: #61E580;
 }
</style>