Shades of Kelly Green #64C201
Tints of Kelly Green #64C201
RGB
CMYK
RGB Variations
Color information
#64C201 (or 0x64C201) is known color: Kelly Green. HEX triplet: 64, C2 and 01. RGB value is (100,194,1). Sum of RGB (Red+Green+Blue) = 100+194+1=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #64C201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C201 is #9B3DFE. Grayscale: #909090. Windows color (decimal): -10173951 or 115300. OLE color: 115300.
HSL color Cylindrical-coordinate representation of color #64C201: hue angle of 89.22º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64C201 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.24 |
| HSL | 89.22º | 0.99% | 0.38% | - |
| HSV(B) | 89.22º | 0.99% | 0.76% | - |
| XYZ | 24.55 | 41.3 | 6.71 | - |
| YUV | 143.89 | 47.36 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 1 | 0.48 | 0 | 0.99 | 0.24 | 89.22 | 0.99 | 0.38 |
| Hex | 64 | C2 | 1 | 30 | 0 | 63 | 18 | 59 | 63 | 26 |
| Octal | 144 | 302 | 1 | 60 | 0 | 143 | 30 | 131 | 143 | 46 |
| Binary | 1100100 | 11000010 | 1 | 110000 | 0 | 1100011 | 11000 | 1011001 | 1100011 | 100110 |
Color Harmonies of #64C201
Complementary color
Monochromatic Colors of #64C201
Black with #64C201
Text Example
Text Example
White with #64C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C201; }
p { color: rgb(100,194,1); }
H1.HeaderClassName
{
color: #64C201;
}
.AnyTagClassName
{
color: #64C201;
}
</style>
background-color css
<style>
a { background-color: #64C201; }
a { background-color: rgb(100,194,1); }
div.DivClassName
{
background-color: #64C201;
}
.BgClassName
{
background-color: #64C201;
}
</style>
border-color css
<style>
span { border-color: #64C201; }
span { border-color: rgb(100,194,1); }
td.TdClassName
{
border-color: #64C201;
}
.TagClassName
{
border-color: #64C201;
}
</style>