Shades of Kelly Green #64BF12
Tints of Kelly Green #64BF12
RGB
CMYK
RGB Variations
Color information
#64BF12 (or 0x64BF12) is known color: Kelly Green. HEX triplet: 64, BF and 12. RGB value is (100,191,18). Sum of RGB (Red+Green+Blue) = 100+191+18=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64BF12 is #9B40ED. Grayscale: #909090. Windows color (decimal): -10174702 or 1228644. OLE color: 1228644.
HSL color Cylindrical-coordinate representation of color #64BF12: hue angle of 91.56º degrees, saturation: 0.83, 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 #64BF12 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 18 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.25 |
| HSL | 91.56º | 0.83% | 0.41% | - |
| HSV(B) | 91.56º | 0.91% | 0.75% | - |
| XYZ | 24 | 40.01 | 7.03 | - |
| YUV | 144.07 | 56.85 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 18 | 0.48 | 0 | 0.91 | 0.25 | 91.56 | 0.83 | 0.41 |
| Hex | 64 | BF | 12 | 30 | 0 | 5B | 19 | 5C | 53 | 29 |
| Octal | 144 | 277 | 22 | 60 | 0 | 133 | 31 | 134 | 123 | 51 |
| Binary | 1100100 | 10111111 | 10010 | 110000 | 0 | 1011011 | 11001 | 1011100 | 1010011 | 101001 |
Color Harmonies of #64BF12
Complementary color
Monochromatic Colors of #64BF12
Black with #64BF12
Text Example
Text Example
White with #64BF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF12; }
p { color: rgb(100,191,18); }
H1.HeaderClassName
{
color: #64BF12;
}
.AnyTagClassName
{
color: #64BF12;
}
</style>
background-color css
<style>
a { background-color: #64BF12; }
a { background-color: rgb(100,191,18); }
div.DivClassName
{
background-color: #64BF12;
}
.BgClassName
{
background-color: #64BF12;
}
</style>
border-color css
<style>
span { border-color: #64BF12; }
span { border-color: rgb(100,191,18); }
td.TdClassName
{
border-color: #64BF12;
}
.TagClassName
{
border-color: #64BF12;
}
</style>