Shades of Kelly Green #64CE1D
Tints of Kelly Green #64CE1D
RGB
CMYK
RGB Variations
Color information
#64CE1D (or 0x64CE1D) is known color: Kelly Green. HEX triplet: 64, CE and 1D. RGB value is (100,206,29). Sum of RGB (Red+Green+Blue) = 100+206+29=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CE1D is #9B31E2. Grayscale: #9A9A9A. Windows color (decimal): -10170851 or 1953380. OLE color: 1953380.
HSL color Cylindrical-coordinate representation of color #64CE1D: hue angle of 95.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64CE1D is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 29 | - |
| CMYK | 0.51 | 0 | 0.86 | 0.19 |
| HSL | 95.93º | 0.75% | 0.46% | - |
| HSV(B) | 95.93º | 0.86% | 0.81% | - |
| XYZ | 27.55 | 46.94 | 8.77 | - |
| YUV | 154.13 | 57.38 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 29 | 0.51 | 0 | 0.86 | 0.19 | 95.93 | 0.75 | 0.46 |
| Hex | 64 | CE | 1D | 33 | 0 | 56 | 13 | 60 | 4B | 2E |
| Octal | 144 | 316 | 35 | 63 | 0 | 126 | 23 | 140 | 113 | 56 |
| Binary | 1100100 | 11001110 | 11101 | 110011 | 0 | 1010110 | 10011 | 1100000 | 1001011 | 101110 |
Color Harmonies of #64CE1D
Complementary color
Monochromatic Colors of #64CE1D
Black with #64CE1D
Text Example
Text Example
White with #64CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CE1D; }
p { color: rgb(100,206,29); }
H1.HeaderClassName
{
color: #64CE1D;
}
.AnyTagClassName
{
color: #64CE1D;
}
</style>
background-color css
<style>
a { background-color: #64CE1D; }
a { background-color: rgb(100,206,29); }
div.DivClassName
{
background-color: #64CE1D;
}
.BgClassName
{
background-color: #64CE1D;
}
</style>
border-color css
<style>
span { border-color: #64CE1D; }
span { border-color: rgb(100,206,29); }
td.TdClassName
{
border-color: #64CE1D;
}
.TagClassName
{
border-color: #64CE1D;
}
</style>