Shades of Kelly Green #64C02A
Tints of Kelly Green #64C02A
RGB
CMYK
RGB Variations
Color information
#64C02A (or 0x64C02A) is known color: Kelly Green. HEX triplet: 64, C0 and 2A. RGB value is (100,192,42). Sum of RGB (Red+Green+Blue) = 100+192+42=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #64C02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C02A is #9B3FD5. Grayscale: #939393. Windows color (decimal): -10174422 or 2801764. OLE color: 2801764.
HSL color Cylindrical-coordinate representation of color #64C02A: hue angle of 96.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64C02A is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 42 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.25 |
| HSL | 96.8º | 0.64% | 0.46% | - |
| HSV(B) | 96.8º | 0.78% | 0.75% | - |
| XYZ | 24.52 | 40.58 | 8.73 | - |
| YUV | 147.39 | 68.52 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 42 | 0.48 | 0 | 0.78 | 0.25 | 96.8 | 0.64 | 0.46 |
| Hex | 64 | C0 | 2A | 30 | 0 | 4E | 19 | 61 | 40 | 2E |
| Octal | 144 | 300 | 52 | 60 | 0 | 116 | 31 | 141 | 100 | 56 |
| Binary | 1100100 | 11000000 | 101010 | 110000 | 0 | 1001110 | 11001 | 1100001 | 1000000 | 101110 |
Color Harmonies of #64C02A
Complementary color
Monochromatic Colors of #64C02A
Black with #64C02A
Text Example
Text Example
White with #64C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C02A; }
p { color: rgb(100,192,42); }
H1.HeaderClassName
{
color: #64C02A;
}
.AnyTagClassName
{
color: #64C02A;
}
</style>
background-color css
<style>
a { background-color: #64C02A; }
a { background-color: rgb(100,192,42); }
div.DivClassName
{
background-color: #64C02A;
}
.BgClassName
{
background-color: #64C02A;
}
</style>
border-color css
<style>
span { border-color: #64C02A; }
span { border-color: rgb(100,192,42); }
td.TdClassName
{
border-color: #64C02A;
}
.TagClassName
{
border-color: #64C02A;
}
</style>