Shades of Kelly Green #64CA13
Tints of Kelly Green #64CA13
RGB
CMYK
RGB Variations
Color information
#64CA13 (or 0x64CA13) is known color: Kelly Green. HEX triplet: 64, CA and 13. RGB value is (100,202,19). Sum of RGB (Red+Green+Blue) = 100+202+19=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CA13 is #9B35EC. Grayscale: #979797. Windows color (decimal): -10171885 or 1296996. OLE color: 1296996.
HSL color Cylindrical-coordinate representation of color #64CA13: hue angle of 93.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64CA13 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 19 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.21 |
| HSL | 93.44º | 0.83% | 0.43% | - |
| HSV(B) | 93.44º | 0.91% | 0.79% | - |
| XYZ | 26.49 | 45 | 7.91 | - |
| YUV | 150.64 | 53.71 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 19 | 0.50 | 0 | 0.91 | 0.21 | 93.44 | 0.83 | 0.43 |
| Hex | 64 | CA | 13 | 32 | 0 | 5B | 15 | 5D | 53 | 2B |
| Octal | 144 | 312 | 23 | 62 | 0 | 133 | 25 | 135 | 123 | 53 |
| Binary | 1100100 | 11001010 | 10011 | 110010 | 0 | 1011011 | 10101 | 1011101 | 1010011 | 101011 |
Color Harmonies of #64CA13
Complementary color
Monochromatic Colors of #64CA13
Black with #64CA13
Text Example
Text Example
White with #64CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CA13; }
p { color: rgb(100,202,19); }
H1.HeaderClassName
{
color: #64CA13;
}
.AnyTagClassName
{
color: #64CA13;
}
</style>
background-color css
<style>
a { background-color: #64CA13; }
a { background-color: rgb(100,202,19); }
div.DivClassName
{
background-color: #64CA13;
}
.BgClassName
{
background-color: #64CA13;
}
</style>
border-color css
<style>
span { border-color: #64CA13; }
span { border-color: rgb(100,202,19); }
td.TdClassName
{
border-color: #64CA13;
}
.TagClassName
{
border-color: #64CA13;
}
</style>