Shades of Kelly Green #64DD1D
Tints of Kelly Green #64DD1D
RGB
CMYK
RGB Variations
Color information
#64DD1D (or 0x64DD1D) is known color: Kelly Green. HEX triplet: 64, DD and 1D. RGB value is (100,221,29). Sum of RGB (Red+Green+Blue) = 100+221+29=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DD1D is #9B22E2. Grayscale: #A3A3A3. Windows color (decimal): -10167011 or 1957220. OLE color: 1957220.
HSL color Cylindrical-coordinate representation of color #64DD1D: hue angle of 97.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64DD1D is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 221 | 29 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.13 |
| HSL | 97.81º | 0.77% | 0.49% | - |
| HSV(B) | 97.81º | 0.87% | 0.87% | - |
| XYZ | 31.33 | 54.51 | 10.03 | - |
| YUV | 162.93 | 52.41 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 221 | 29 | 0.55 | 0 | 0.87 | 0.13 | 97.81 | 0.77 | 0.49 |
| Hex | 64 | DD | 1D | 37 | 0 | 57 | D | 62 | 4D | 31 |
| Octal | 144 | 335 | 35 | 67 | 0 | 127 | 15 | 142 | 115 | 61 |
| Binary | 1100100 | 11011101 | 11101 | 110111 | 0 | 1010111 | 1101 | 1100010 | 1001101 | 110001 |
Color Harmonies of #64DD1D
Complementary color
Monochromatic Colors of #64DD1D
Black with #64DD1D
Text Example
Text Example
White with #64DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DD1D; }
p { color: rgb(100,221,29); }
H1.HeaderClassName
{
color: #64DD1D;
}
.AnyTagClassName
{
color: #64DD1D;
}
</style>
background-color css
<style>
a { background-color: #64DD1D; }
a { background-color: rgb(100,221,29); }
div.DivClassName
{
background-color: #64DD1D;
}
.BgClassName
{
background-color: #64DD1D;
}
</style>
border-color css
<style>
span { border-color: #64DD1D; }
span { border-color: rgb(100,221,29); }
td.TdClassName
{
border-color: #64DD1D;
}
.TagClassName
{
border-color: #64DD1D;
}
</style>