Shades of Kelly Green #64BD06
Tints of Kelly Green #64BD06
RGB
CMYK
RGB Variations
Color information
#64BD06 (or 0x64BD06) is known color: Kelly Green. HEX triplet: 64, BD and 06. RGB value is (100,189,6). Sum of RGB (Red+Green+Blue) = 100+189+6=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BD06 is #9B42F9. Grayscale: #8E8E8E. Windows color (decimal): -10175226 or 441700. OLE color: 441700.
HSL color Cylindrical-coordinate representation of color #64BD06: hue angle of 89.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64BD06 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 6 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.26 |
| HSL | 89.18º | 0.94% | 0.38% | - |
| HSV(B) | 89.18º | 0.97% | 0.74% | - |
| XYZ | 23.49 | 39.12 | 6.48 | - |
| YUV | 141.53 | 51.51 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 6 | 0.47 | 0 | 0.97 | 0.26 | 89.18 | 0.94 | 0.38 |
| Hex | 64 | BD | 6 | 2F | 0 | 61 | 1A | 59 | 5E | 26 |
| Octal | 144 | 275 | 6 | 57 | 0 | 141 | 32 | 131 | 136 | 46 |
| Binary | 1100100 | 10111101 | 110 | 101111 | 0 | 1100001 | 11010 | 1011001 | 1011110 | 100110 |
Color Harmonies of #64BD06
Complementary color
Monochromatic Colors of #64BD06
Black with #64BD06
Text Example
Text Example
White with #64BD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD06; }
p { color: rgb(100,189,6); }
H1.HeaderClassName
{
color: #64BD06;
}
.AnyTagClassName
{
color: #64BD06;
}
</style>
background-color css
<style>
a { background-color: #64BD06; }
a { background-color: rgb(100,189,6); }
div.DivClassName
{
background-color: #64BD06;
}
.BgClassName
{
background-color: #64BD06;
}
</style>
border-color css
<style>
span { border-color: #64BD06; }
span { border-color: rgb(100,189,6); }
td.TdClassName
{
border-color: #64BD06;
}
.TagClassName
{
border-color: #64BD06;
}
</style>