Shades of Pastel Green #59DC64
Tints of Pastel Green #59DC64
RGB
CMYK
RGB Variations
Color information
#59DC64 (or 0x59DC64) is known color: Pastel Green. HEX triplet: 59, DC and 64. RGB value is (89,220,100). Sum of RGB (Red+Green+Blue) = 89+220+100=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #59DC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59DC64 is #A6239B. Grayscale: #A7A7A7. Windows color (decimal): -10888092 or 6610009. OLE color: 6610009.
HSL color Cylindrical-coordinate representation of color #59DC64: hue angle of 125.04º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DC64 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 220 | 100 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.14 |
| HSL | 125.04º | 0.65% | 0.61% | - |
| HSV(B) | 125.04º | 0.6% | 0.86% | - |
| XYZ | 32.01 | 54.23 | 20.84 | - |
| YUV | 167.15 | 90.1 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 100 | 0.60 | 0 | 0.55 | 0.14 | 125.04 | 0.65 | 0.61 |
| Hex | 59 | DC | 64 | 3C | 0 | 37 | E | 7D | 41 | 3D |
| Octal | 131 | 334 | 144 | 74 | 0 | 67 | 16 | 175 | 101 | 75 |
| Binary | 1011001 | 11011100 | 1100100 | 111100 | 0 | 110111 | 1110 | 1111101 | 1000001 | 111101 |
Color Harmonies of #59DC64
Complementary color
Monochromatic Colors of #59DC64
Black with #59DC64
Text Example
Text Example
White with #59DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DC64; }
p { color: rgb(89,220,100); }
H1.HeaderClassName
{
color: #59DC64;
}
.AnyTagClassName
{
color: #59DC64;
}
</style>
background-color css
<style>
a { background-color: #59DC64; }
a { background-color: rgb(89,220,100); }
div.DivClassName
{
background-color: #59DC64;
}
.BgClassName
{
background-color: #59DC64;
}
</style>
border-color css
<style>
span { border-color: #59DC64; }
span { border-color: rgb(89,220,100); }
td.TdClassName
{
border-color: #59DC64;
}
.TagClassName
{
border-color: #59DC64;
}
</style>