Shades of Kelly Green #64BF10
Tints of Kelly Green #64BF10
RGB
CMYK
RGB Variations
Color information
#64BF10 (or 0x64BF10) is known color: Kelly Green. HEX triplet: 64, BF and 10. RGB value is (100,191,16). Sum of RGB (Red+Green+Blue) = 100+191+16=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BF10 is #9B40EF. Grayscale: #909090. Windows color (decimal): -10174704 or 1097572. OLE color: 1097572.
HSL color Cylindrical-coordinate representation of color #64BF10: hue angle of 91.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64BF10 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 16 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.25 |
| HSL | 91.2º | 0.85% | 0.41% | - |
| HSV(B) | 91.2º | 0.92% | 0.75% | - |
| XYZ | 23.98 | 40.01 | 6.95 | - |
| YUV | 143.84 | 55.85 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 16 | 0.48 | 0 | 0.92 | 0.25 | 91.2 | 0.85 | 0.41 |
| Hex | 64 | BF | 10 | 30 | 0 | 5C | 19 | 5B | 55 | 29 |
| Octal | 144 | 277 | 20 | 60 | 0 | 134 | 31 | 133 | 125 | 51 |
| Binary | 1100100 | 10111111 | 10000 | 110000 | 0 | 1011100 | 11001 | 1011011 | 1010101 | 101001 |
Color Harmonies of #64BF10
Complementary color
Monochromatic Colors of #64BF10
Black with #64BF10
Text Example
Text Example
White with #64BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF10; }
p { color: rgb(100,191,16); }
H1.HeaderClassName
{
color: #64BF10;
}
.AnyTagClassName
{
color: #64BF10;
}
</style>
background-color css
<style>
a { background-color: #64BF10; }
a { background-color: rgb(100,191,16); }
div.DivClassName
{
background-color: #64BF10;
}
.BgClassName
{
background-color: #64BF10;
}
</style>
border-color css
<style>
span { border-color: #64BF10; }
span { border-color: rgb(100,191,16); }
td.TdClassName
{
border-color: #64BF10;
}
.TagClassName
{
border-color: #64BF10;
}
</style>