Shades of Kelly Green #64BF2B
Tints of Kelly Green #64BF2B
RGB
CMYK
RGB Variations
Color information
#64BF2B (or 0x64BF2B) is known color: Kelly Green. HEX triplet: 64, BF and 2B. RGB value is (100,191,43). Sum of RGB (Red+Green+Blue) = 100+191+43=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF2B is #9B40D4. Grayscale: #939393. Windows color (decimal): -10174677 or 2867044. OLE color: 2867044.
HSL color Cylindrical-coordinate representation of color #64BF2B: hue angle of 96.89º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64BF2B is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 191 | 43 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.25 |
| HSL | 96.89º | 0.63% | 0.46% | - |
| HSV(B) | 96.89º | 0.77% | 0.75% | - |
| XYZ | 24.32 | 40.15 | 8.75 | - |
| YUV | 146.92 | 69.35 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 191 | 43 | 0.48 | 0 | 0.77 | 0.25 | 96.89 | 0.63 | 0.46 |
| Hex | 64 | BF | 2B | 30 | 0 | 4D | 19 | 61 | 3F | 2E |
| Octal | 144 | 277 | 53 | 60 | 0 | 115 | 31 | 141 | 77 | 56 |
| Binary | 1100100 | 10111111 | 101011 | 110000 | 0 | 1001101 | 11001 | 1100001 | 111111 | 101110 |
Color Harmonies of #64BF2B
Complementary color
Monochromatic Colors of #64BF2B
Black with #64BF2B
Text Example
Text Example
White with #64BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BF2B; }
p { color: rgb(100,191,43); }
H1.HeaderClassName
{
color: #64BF2B;
}
.AnyTagClassName
{
color: #64BF2B;
}
</style>
background-color css
<style>
a { background-color: #64BF2B; }
a { background-color: rgb(100,191,43); }
div.DivClassName
{
background-color: #64BF2B;
}
.BgClassName
{
background-color: #64BF2B;
}
</style>
border-color css
<style>
span { border-color: #64BF2B; }
span { border-color: rgb(100,191,43); }
td.TdClassName
{
border-color: #64BF2B;
}
.TagClassName
{
border-color: #64BF2B;
}
</style>