Shades of Kelly Green #64C908
Tints of Kelly Green #64C908
RGB
CMYK
RGB Variations
Color information
#64C908 (or 0x64C908) is known color: Kelly Green. HEX triplet: 64, C9 and 08. RGB value is (100,201,8). Sum of RGB (Red+Green+Blue) = 100+201+8=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #64C908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C908 is #9B36F7. Grayscale: #959595. Windows color (decimal): -10172152 or 575844. OLE color: 575844.
HSL color Cylindrical-coordinate representation of color #64C908: hue angle of 91.4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64C908 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 8 | - |
| CMYK | 0.50 | 0 | 0.96 | 0.21 |
| HSL | 91.4º | 0.92% | 0.41% | - |
| HSV(B) | 91.4º | 0.96% | 0.79% | - |
| XYZ | 26.19 | 44.5 | 7.44 | - |
| YUV | 148.8 | 48.54 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 8 | 0.50 | 0 | 0.96 | 0.21 | 91.4 | 0.92 | 0.41 |
| Hex | 64 | C9 | 8 | 32 | 0 | 60 | 15 | 5B | 5C | 29 |
| Octal | 144 | 311 | 10 | 62 | 0 | 140 | 25 | 133 | 134 | 51 |
| Binary | 1100100 | 11001001 | 1000 | 110010 | 0 | 1100000 | 10101 | 1011011 | 1011100 | 101001 |
Color Harmonies of #64C908
Complementary color
Monochromatic Colors of #64C908
Black with #64C908
Text Example
Text Example
White with #64C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C908; }
p { color: rgb(100,201,8); }
H1.HeaderClassName
{
color: #64C908;
}
.AnyTagClassName
{
color: #64C908;
}
</style>
background-color css
<style>
a { background-color: #64C908; }
a { background-color: rgb(100,201,8); }
div.DivClassName
{
background-color: #64C908;
}
.BgClassName
{
background-color: #64C908;
}
</style>
border-color css
<style>
span { border-color: #64C908; }
span { border-color: rgb(100,201,8); }
td.TdClassName
{
border-color: #64C908;
}
.TagClassName
{
border-color: #64C908;
}
</style>