Shades of Pastel Green #64DD60
Tints of Pastel Green #64DD60
RGB
CMYK
RGB Variations
Color information
#64DD60 (or 0x64DD60) is known color: Pastel Green. HEX triplet: 64, DD and 60. RGB value is (100,221,96). Sum of RGB (Red+Green+Blue) = 100+221+96=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DD60 is #9B229F. Grayscale: #AAAAAA. Windows color (decimal): -10166944 or 6348132. OLE color: 6348132.
HSL color Cylindrical-coordinate representation of color #64DD60: hue angle of 118.08º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64DD60 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 96 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.13 |
| HSL | 118.08º | 0.65% | 0.62% | - |
| HSV(B) | 118.08º | 0.57% | 0.87% | - |
| XYZ | 33.22 | 55.27 | 19.98 | - |
| YUV | 170.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 96 | 0.55 | 0 | 0.57 | 0.13 | 118.08 | 0.65 | 0.62 |
| Hex | 64 | DD | 60 | 37 | 0 | 39 | D | 76 | 41 | 3E |
| Octal | 144 | 335 | 140 | 67 | 0 | 71 | 15 | 166 | 101 | 76 |
| Binary | 1100100 | 11011101 | 1100000 | 110111 | 0 | 111001 | 1101 | 1110110 | 1000001 | 111110 |
Color Harmonies of #64DD60
Complementary color
Monochromatic Colors of #64DD60
Black with #64DD60
Text Example
Text Example
White with #64DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DD60; }
p { color: rgb(100,221,96); }
H1.HeaderClassName
{
color: #64DD60;
}
.AnyTagClassName
{
color: #64DD60;
}
</style>
background-color css
<style>
a { background-color: #64DD60; }
a { background-color: rgb(100,221,96); }
div.DivClassName
{
background-color: #64DD60;
}
.BgClassName
{
background-color: #64DD60;
}
</style>
border-color css
<style>
span { border-color: #64DD60; }
span { border-color: rgb(100,221,96); }
td.TdClassName
{
border-color: #64DD60;
}
.TagClassName
{
border-color: #64DD60;
}
</style>