Shades of Kelly Green #64CF15
Tints of Kelly Green #64CF15
RGB
CMYK
RGB Variations
Color information
#64CF15 (or 0x64CF15) is known color: Kelly Green. HEX triplet: 64, CF and 15. RGB value is (100,207,21). Sum of RGB (Red+Green+Blue) = 100+207+21=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CF15 is #9B30EA. Grayscale: #9A9A9A. Windows color (decimal): -10170603 or 1429348. OLE color: 1429348.
HSL color Cylindrical-coordinate representation of color #64CF15: hue angle of 94.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64CF15 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 207 | 21 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.19 |
| HSL | 94.52º | 0.82% | 0.45% | - |
| HSV(B) | 94.52º | 0.9% | 0.81% | - |
| XYZ | 27.7 | 47.39 | 8.4 | - |
| YUV | 153.8 | 53.05 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 21 | 0.52 | 0 | 0.90 | 0.19 | 94.52 | 0.82 | 0.45 |
| Hex | 64 | CF | 15 | 34 | 0 | 5A | 13 | 5F | 52 | 2D |
| Octal | 144 | 317 | 25 | 64 | 0 | 132 | 23 | 137 | 122 | 55 |
| Binary | 1100100 | 11001111 | 10101 | 110100 | 0 | 1011010 | 10011 | 1011111 | 1010010 | 101101 |
Color Harmonies of #64CF15
Complementary color
Monochromatic Colors of #64CF15
Black with #64CF15
Text Example
Text Example
White with #64CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CF15; }
p { color: rgb(100,207,21); }
H1.HeaderClassName
{
color: #64CF15;
}
.AnyTagClassName
{
color: #64CF15;
}
</style>
background-color css
<style>
a { background-color: #64CF15; }
a { background-color: rgb(100,207,21); }
div.DivClassName
{
background-color: #64CF15;
}
.BgClassName
{
background-color: #64CF15;
}
</style>
border-color css
<style>
span { border-color: #64CF15; }
span { border-color: rgb(100,207,21); }
td.TdClassName
{
border-color: #64CF15;
}
.TagClassName
{
border-color: #64CF15;
}
</style>