Shades of Kelly Green #64C013
Tints of Kelly Green #64C013
RGB
CMYK
RGB Variations
Color information
#64C013 (or 0x64C013) is known color: Kelly Green. HEX triplet: 64, C0 and 13. RGB value is (100,192,19). Sum of RGB (Red+Green+Blue) = 100+192+19=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #64C013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C013 is #9B3FEC. Grayscale: #919191. Windows color (decimal): -10174445 or 1294436. OLE color: 1294436.
HSL color Cylindrical-coordinate representation of color #64C013: hue angle of 91.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64C013 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 19 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.25 |
| HSL | 91.91º | 0.82% | 0.41% | - |
| HSV(B) | 91.91º | 0.9% | 0.75% | - |
| XYZ | 24.22 | 40.46 | 7.15 | - |
| YUV | 144.77 | 57.02 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 19 | 0.48 | 0 | 0.90 | 0.25 | 91.91 | 0.82 | 0.41 |
| Hex | 64 | C0 | 13 | 30 | 0 | 5A | 19 | 5C | 52 | 29 |
| Octal | 144 | 300 | 23 | 60 | 0 | 132 | 31 | 134 | 122 | 51 |
| Binary | 1100100 | 11000000 | 10011 | 110000 | 0 | 1011010 | 11001 | 1011100 | 1010010 | 101001 |
Color Harmonies of #64C013
Complementary color
Monochromatic Colors of #64C013
Black with #64C013
Text Example
Text Example
White with #64C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C013; }
p { color: rgb(100,192,19); }
H1.HeaderClassName
{
color: #64C013;
}
.AnyTagClassName
{
color: #64C013;
}
</style>
background-color css
<style>
a { background-color: #64C013; }
a { background-color: rgb(100,192,19); }
div.DivClassName
{
background-color: #64C013;
}
.BgClassName
{
background-color: #64C013;
}
</style>
border-color css
<style>
span { border-color: #64C013; }
span { border-color: rgb(100,192,19); }
td.TdClassName
{
border-color: #64C013;
}
.TagClassName
{
border-color: #64C013;
}
</style>