Shades of Kelly Green #64C000
Tints of Kelly Green #64C000
RGB
CMYK
RGB Variations
Color information
#64C000 (or 0x64C000) is known color: Kelly Green. HEX triplet: 64, C0 and 00. RGB value is (100,192,0). Sum of RGB (Red+Green+Blue) = 100+192+0=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #64C000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C000 is #9B3FFF. Grayscale: #8F8F8F. Windows color (decimal): -10174464 or 49252. OLE color: 49252.
HSL color Cylindrical-coordinate representation of color #64C000: hue angle of 88.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64C000 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.25 |
| HSL | 88.75º | 1% | 0.38% | - |
| HSV(B) | 88.75º | 1% | 0.75% | - |
| XYZ | 24.11 | 40.41 | 6.53 | - |
| YUV | 142.6 | 47.52 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 0 | 0.48 | 0 | 1 | 0.25 | 88.75 | 1 | 0.38 |
| Hex | 64 | C0 | 0 | 30 | 0 | 64 | 19 | 59 | 64 | 26 |
| Octal | 144 | 300 | 0 | 60 | 0 | 144 | 31 | 131 | 144 | 46 |
| Binary | 1100100 | 11000000 | 0 | 110000 | 0 | 1100100 | 11001 | 1011001 | 1100100 | 100110 |
Color Harmonies of #64C000
Complementary color
Monochromatic Colors of #64C000
Black with #64C000
Text Example
Text Example
White with #64C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C000; }
p { color: rgb(100,192,0); }
H1.HeaderClassName
{
color: #64C000;
}
.AnyTagClassName
{
color: #64C000;
}
</style>
background-color css
<style>
a { background-color: #64C000; }
a { background-color: rgb(100,192,0); }
div.DivClassName
{
background-color: #64C000;
}
.BgClassName
{
background-color: #64C000;
}
</style>
border-color css
<style>
span { border-color: #64C000; }
span { border-color: rgb(100,192,0); }
td.TdClassName
{
border-color: #64C000;
}
.TagClassName
{
border-color: #64C000;
}
</style>