Shades of Kelly Green #64C011
Tints of Kelly Green #64C011
RGB
CMYK
RGB Variations
Color information
#64C011 (or 0x64C011) is known color: Kelly Green. HEX triplet: 64, C0 and 11. RGB value is (100,192,17). Sum of RGB (Red+Green+Blue) = 100+192+17=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #64C011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C011 is #9B3FEE. Grayscale: #919191. Windows color (decimal): -10174447 or 1163364. OLE color: 1163364.
HSL color Cylindrical-coordinate representation of color #64C011: hue angle of 91.54º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64C011 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 17 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.25 |
| HSL | 91.54º | 0.84% | 0.41% | - |
| HSV(B) | 91.54º | 0.91% | 0.75% | - |
| XYZ | 24.21 | 40.45 | 7.06 | - |
| YUV | 144.54 | 56.02 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 17 | 0.48 | 0 | 0.91 | 0.25 | 91.54 | 0.84 | 0.41 |
| Hex | 64 | C0 | 11 | 30 | 0 | 5B | 19 | 5C | 54 | 29 |
| Octal | 144 | 300 | 21 | 60 | 0 | 133 | 31 | 134 | 124 | 51 |
| Binary | 1100100 | 11000000 | 10001 | 110000 | 0 | 1011011 | 11001 | 1011100 | 1010100 | 101001 |
Color Harmonies of #64C011
Complementary color
Monochromatic Colors of #64C011
Black with #64C011
Text Example
Text Example
White with #64C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C011; }
p { color: rgb(100,192,17); }
H1.HeaderClassName
{
color: #64C011;
}
.AnyTagClassName
{
color: #64C011;
}
</style>
background-color css
<style>
a { background-color: #64C011; }
a { background-color: rgb(100,192,17); }
div.DivClassName
{
background-color: #64C011;
}
.BgClassName
{
background-color: #64C011;
}
</style>
border-color css
<style>
span { border-color: #64C011; }
span { border-color: rgb(100,192,17); }
td.TdClassName
{
border-color: #64C011;
}
.TagClassName
{
border-color: #64C011;
}
</style>