Shades of Kelly Green #64C307
Tints of Kelly Green #64C307
RGB
CMYK
RGB Variations
Color information
#64C307 (or 0x64C307) is known color: Kelly Green. HEX triplet: 64, C3 and 07. RGB value is (100,195,7). Sum of RGB (Red+Green+Blue) = 100+195+7=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #64C307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C307 is #9B3CF8. Grayscale: #919191. Windows color (decimal): -10173689 or 508772. OLE color: 508772.
HSL color Cylindrical-coordinate representation of color #64C307: hue angle of 90.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64C307 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 7 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.24 |
| HSL | 90.32º | 0.93% | 0.4% | - |
| HSV(B) | 90.32º | 0.96% | 0.76% | - |
| XYZ | 24.81 | 41.75 | 6.95 | - |
| YUV | 145.16 | 50.03 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 7 | 0.49 | 0 | 0.96 | 0.24 | 90.32 | 0.93 | 0.4 |
| Hex | 64 | C3 | 7 | 31 | 0 | 60 | 18 | 5A | 5D | 28 |
| Octal | 144 | 303 | 7 | 61 | 0 | 140 | 30 | 132 | 135 | 50 |
| Binary | 1100100 | 11000011 | 111 | 110001 | 0 | 1100000 | 11000 | 1011010 | 1011101 | 101000 |
Color Harmonies of #64C307
Complementary color
Monochromatic Colors of #64C307
Black with #64C307
Text Example
Text Example
White with #64C307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C307; }
p { color: rgb(100,195,7); }
H1.HeaderClassName
{
color: #64C307;
}
.AnyTagClassName
{
color: #64C307;
}
</style>
background-color css
<style>
a { background-color: #64C307; }
a { background-color: rgb(100,195,7); }
div.DivClassName
{
background-color: #64C307;
}
.BgClassName
{
background-color: #64C307;
}
</style>
border-color css
<style>
span { border-color: #64C307; }
span { border-color: rgb(100,195,7); }
td.TdClassName
{
border-color: #64C307;
}
.TagClassName
{
border-color: #64C307;
}
</style>