Shades of Kelly Green #64BF11
Tints of Kelly Green #64BF11
RGB
CMYK
RGB Variations
Color information
#64BF11 (or 0x64BF11) is known color: Kelly Green. HEX triplet: 64, BF and 11. RGB value is (100,191,17). Sum of RGB (Red+Green+Blue) = 100+191+17=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BF11 is #9B40EE. Grayscale: #909090. Windows color (decimal): -10174703 or 1163108. OLE color: 1163108.
HSL color Cylindrical-coordinate representation of color #64BF11: hue angle of 91.38º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64BF11 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 17 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.25 |
| HSL | 91.38º | 0.84% | 0.41% | - |
| HSV(B) | 91.38º | 0.91% | 0.75% | - |
| XYZ | 23.99 | 40.01 | 6.99 | - |
| YUV | 143.96 | 56.35 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 17 | 0.48 | 0 | 0.91 | 0.25 | 91.38 | 0.84 | 0.41 |
| Hex | 64 | BF | 11 | 30 | 0 | 5B | 19 | 5B | 54 | 29 |
| Octal | 144 | 277 | 21 | 60 | 0 | 133 | 31 | 133 | 124 | 51 |
| Binary | 1100100 | 10111111 | 10001 | 110000 | 0 | 1011011 | 11001 | 1011011 | 1010100 | 101001 |
Color Harmonies of #64BF11
Complementary color
Monochromatic Colors of #64BF11
Black with #64BF11
Text Example
Text Example
White with #64BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF11; }
p { color: rgb(100,191,17); }
H1.HeaderClassName
{
color: #64BF11;
}
.AnyTagClassName
{
color: #64BF11;
}
</style>
background-color css
<style>
a { background-color: #64BF11; }
a { background-color: rgb(100,191,17); }
div.DivClassName
{
background-color: #64BF11;
}
.BgClassName
{
background-color: #64BF11;
}
</style>
border-color css
<style>
span { border-color: #64BF11; }
span { border-color: rgb(100,191,17); }
td.TdClassName
{
border-color: #64BF11;
}
.TagClassName
{
border-color: #64BF11;
}
</style>