Shades of Kelly Green #64C807
Tints of Kelly Green #64C807
RGB
CMYK
RGB Variations
Color information
#64C807 (or 0x64C807) is known color: Kelly Green. HEX triplet: 64, C8 and 07. RGB value is (100,200,7). Sum of RGB (Red+Green+Blue) = 100+200+7=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #64C807 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C807 is #9B37F8. Grayscale: #949494. Windows color (decimal): -10172409 or 510052. OLE color: 510052.
HSL color Cylindrical-coordinate representation of color #64C807: hue angle of 91.09º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64C807 is Cyan = 0.5, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 200 | 7 | - |
| CMYK | 0.5 | 0 | 0.96 | 0.22 |
| HSL | 91.09º | 0.93% | 0.41% | - |
| HSV(B) | 91.09º | 0.97% | 0.78% | - |
| XYZ | 25.95 | 44.03 | 7.33 | - |
| YUV | 148.1 | 48.37 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 7 | 0.5 | 0 | 0.96 | 0.22 | 91.09 | 0.93 | 0.41 |
| Hex | 64 | C8 | 7 | 32 | 0 | 60 | 16 | 5B | 5D | 29 |
| Octal | 144 | 310 | 7 | 62 | 0 | 140 | 26 | 133 | 135 | 51 |
| Binary | 1100100 | 11001000 | 111 | 110010 | 0 | 1100000 | 10110 | 1011011 | 1011101 | 101001 |
Color Harmonies of #64C807
Complementary color
Monochromatic Colors of #64C807
Black with #64C807
Text Example
Text Example
White with #64C807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C807; }
p { color: rgb(100,200,7); }
H1.HeaderClassName
{
color: #64C807;
}
.AnyTagClassName
{
color: #64C807;
}
</style>
background-color css
<style>
a { background-color: #64C807; }
a { background-color: rgb(100,200,7); }
div.DivClassName
{
background-color: #64C807;
}
.BgClassName
{
background-color: #64C807;
}
</style>
border-color css
<style>
span { border-color: #64C807; }
span { border-color: rgb(100,200,7); }
td.TdClassName
{
border-color: #64C807;
}
.TagClassName
{
border-color: #64C807;
}
</style>