Shades of Kelly Green #64BD0D
Tints of Kelly Green #64BD0D
RGB
CMYK
RGB Variations
Color information
#64BD0D (or 0x64BD0D) is known color: Kelly Green. HEX triplet: 64, BD and 0D. RGB value is (100,189,13). Sum of RGB (Red+Green+Blue) = 100+189+13=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BD0D is #9B42F2. Grayscale: #8E8E8E. Windows color (decimal): -10175219 or 900452. OLE color: 900452.
HSL color Cylindrical-coordinate representation of color #64BD0D: hue angle of 90.34º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64BD0D is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 13 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.26 |
| HSL | 90.34º | 0.87% | 0.4% | - |
| HSV(B) | 90.34º | 0.93% | 0.74% | - |
| XYZ | 23.53 | 39.13 | 6.69 | - |
| YUV | 142.33 | 55.01 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 13 | 0.47 | 0 | 0.93 | 0.26 | 90.34 | 0.87 | 0.4 |
| Hex | 64 | BD | D | 2F | 0 | 5D | 1A | 5A | 57 | 28 |
| Octal | 144 | 275 | 15 | 57 | 0 | 135 | 32 | 132 | 127 | 50 |
| Binary | 1100100 | 10111101 | 1101 | 101111 | 0 | 1011101 | 11010 | 1011010 | 1010111 | 101000 |
Color Harmonies of #64BD0D
Complementary color
Monochromatic Colors of #64BD0D
Black with #64BD0D
Text Example
Text Example
White with #64BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD0D; }
p { color: rgb(100,189,13); }
H1.HeaderClassName
{
color: #64BD0D;
}
.AnyTagClassName
{
color: #64BD0D;
}
</style>
background-color css
<style>
a { background-color: #64BD0D; }
a { background-color: rgb(100,189,13); }
div.DivClassName
{
background-color: #64BD0D;
}
.BgClassName
{
background-color: #64BD0D;
}
</style>
border-color css
<style>
span { border-color: #64BD0D; }
span { border-color: rgb(100,189,13); }
td.TdClassName
{
border-color: #64BD0D;
}
.TagClassName
{
border-color: #64BD0D;
}
</style>