Shades of Kelly Green #64C920
Tints of Kelly Green #64C920
RGB
CMYK
RGB Variations
Color information
#64C920 (or 0x64C920) is known color: Kelly Green. HEX triplet: 64, C9 and 20. RGB value is (100,201,32). Sum of RGB (Red+Green+Blue) = 100+201+32=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #64C920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C920 is #9B36DF. Grayscale: #989898. Windows color (decimal): -10172128 or 2148708. OLE color: 2148708.
HSL color Cylindrical-coordinate representation of color #64C920: hue angle of 95.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64C920 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 32 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.21 |
| HSL | 95.86º | 0.73% | 0.46% | - |
| HSV(B) | 95.86º | 0.84% | 0.79% | - |
| XYZ | 26.4 | 44.59 | 8.58 | - |
| YUV | 151.54 | 60.54 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 32 | 0.50 | 0 | 0.84 | 0.21 | 95.86 | 0.73 | 0.46 |
| Hex | 64 | C9 | 20 | 32 | 0 | 54 | 15 | 60 | 49 | 2E |
| Octal | 144 | 311 | 40 | 62 | 0 | 124 | 25 | 140 | 111 | 56 |
| Binary | 1100100 | 11001001 | 100000 | 110010 | 0 | 1010100 | 10101 | 1100000 | 1001001 | 101110 |
Color Harmonies of #64C920
Complementary color
Monochromatic Colors of #64C920
Black with #64C920
Text Example
Text Example
White with #64C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C920; }
p { color: rgb(100,201,32); }
H1.HeaderClassName
{
color: #64C920;
}
.AnyTagClassName
{
color: #64C920;
}
</style>
background-color css
<style>
a { background-color: #64C920; }
a { background-color: rgb(100,201,32); }
div.DivClassName
{
background-color: #64C920;
}
.BgClassName
{
background-color: #64C920;
}
</style>
border-color css
<style>
span { border-color: #64C920; }
span { border-color: rgb(100,201,32); }
td.TdClassName
{
border-color: #64C920;
}
.TagClassName
{
border-color: #64C920;
}
</style>