Shades of Kelly Green #64BD0B
Tints of Kelly Green #64BD0B
RGB
CMYK
RGB Variations
Color information
#64BD0B (or 0x64BD0B) is known color: Kelly Green. HEX triplet: 64, BD and 0B. RGB value is (100,189,11). Sum of RGB (Red+Green+Blue) = 100+189+11=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BD0B is #9B42F4. Grayscale: #8E8E8E. Windows color (decimal): -10175221 or 769380. OLE color: 769380.
HSL color Cylindrical-coordinate representation of color #64BD0B: hue angle of 90º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64BD0B is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 11 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.26 |
| HSL | 90º | 0.89% | 0.39% | - |
| HSV(B) | 90º | 0.94% | 0.74% | - |
| XYZ | 23.51 | 39.13 | 6.63 | - |
| YUV | 142.1 | 54.01 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 11 | 0.47 | 0 | 0.94 | 0.26 | 90 | 0.89 | 0.39 |
| Hex | 64 | BD | B | 2F | 0 | 5E | 1A | 5A | 59 | 27 |
| Octal | 144 | 275 | 13 | 57 | 0 | 136 | 32 | 132 | 131 | 47 |
| Binary | 1100100 | 10111101 | 1011 | 101111 | 0 | 1011110 | 11010 | 1011010 | 1011001 | 100111 |
Color Harmonies of #64BD0B
Complementary color
Monochromatic Colors of #64BD0B
Black with #64BD0B
Text Example
Text Example
White with #64BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD0B; }
p { color: rgb(100,189,11); }
H1.HeaderClassName
{
color: #64BD0B;
}
.AnyTagClassName
{
color: #64BD0B;
}
</style>
background-color css
<style>
a { background-color: #64BD0B; }
a { background-color: rgb(100,189,11); }
div.DivClassName
{
background-color: #64BD0B;
}
.BgClassName
{
background-color: #64BD0B;
}
</style>
border-color css
<style>
span { border-color: #64BD0B; }
span { border-color: rgb(100,189,11); }
td.TdClassName
{
border-color: #64BD0B;
}
.TagClassName
{
border-color: #64BD0B;
}
</style>