Shades of Kelly Green #64BC2B
Tints of Kelly Green #64BC2B
RGB
CMYK
RGB Variations
Color information
#64BC2B (or 0x64BC2B) is known color: Kelly Green. HEX triplet: 64, BC and 2B. RGB value is (100,188,43). Sum of RGB (Red+Green+Blue) = 100+188+43=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BC2B is #9B43D4. Grayscale: #919191. Windows color (decimal): -10175445 or 2866276. OLE color: 2866276.
HSL color Cylindrical-coordinate representation of color #64BC2B: hue angle of 96.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64BC2B is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 43 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.26 |
| HSL | 96.41º | 0.63% | 0.45% | - |
| HSV(B) | 96.41º | 0.77% | 0.74% | - |
| XYZ | 23.67 | 38.85 | 8.54 | - |
| YUV | 145.16 | 70.35 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 43 | 0.47 | 0 | 0.77 | 0.26 | 96.41 | 0.63 | 0.45 |
| Hex | 64 | BC | 2B | 2F | 0 | 4D | 1A | 60 | 3F | 2D |
| Octal | 144 | 274 | 53 | 57 | 0 | 115 | 32 | 140 | 77 | 55 |
| Binary | 1100100 | 10111100 | 101011 | 101111 | 0 | 1001101 | 11010 | 1100000 | 111111 | 101101 |
Color Harmonies of #64BC2B
Complementary color
Monochromatic Colors of #64BC2B
Black with #64BC2B
Text Example
Text Example
White with #64BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC2B; }
p { color: rgb(100,188,43); }
H1.HeaderClassName
{
color: #64BC2B;
}
.AnyTagClassName
{
color: #64BC2B;
}
</style>
background-color css
<style>
a { background-color: #64BC2B; }
a { background-color: rgb(100,188,43); }
div.DivClassName
{
background-color: #64BC2B;
}
.BgClassName
{
background-color: #64BC2B;
}
</style>
border-color css
<style>
span { border-color: #64BC2B; }
span { border-color: rgb(100,188,43); }
td.TdClassName
{
border-color: #64BC2B;
}
.TagClassName
{
border-color: #64BC2B;
}
</style>