Shades of Kelly Green #4CBB0E
Tints of Kelly Green #4CBB0E
RGB
CMYK
RGB Variations
Color information
#4CBB0E (or 0x4CBB0E) is known color: Kelly Green. HEX triplet: 4C, BB and 0E. RGB value is (76,187,14). Sum of RGB (Red+Green+Blue) = 76+187+14=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 187 (73.44% from 255 or 67.51% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBB0E is #B344F1. Grayscale: #868686. Windows color (decimal): -11748594 or 965452. OLE color: 965452.
HSL color Cylindrical-coordinate representation of color #4CBB0E: hue angle of 98.5º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CBB0E is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 187 | 14 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.27 |
| HSL | 98.5º | 0.86% | 0.39% | - |
| HSV(B) | 98.5º | 0.93% | 0.73% | - |
| XYZ | 20.83 | 37.11 | 6.48 | - |
| YUV | 134.09 | 60.23 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 187 | 14 | 0.59 | 0 | 0.93 | 0.27 | 98.5 | 0.86 | 0.39 |
| Hex | 4C | BB | E | 3B | 0 | 5D | 1B | 62 | 56 | 27 |
| Octal | 114 | 273 | 16 | 73 | 0 | 135 | 33 | 142 | 126 | 47 |
| Binary | 1001100 | 10111011 | 1110 | 111011 | 0 | 1011101 | 11011 | 1100010 | 1010110 | 100111 |
Color Harmonies of #4CBB0E
Complementary color
Monochromatic Colors of #4CBB0E
Black with #4CBB0E
Text Example
Text Example
White with #4CBB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBB0E; }
p { color: rgb(76,187,14); }
H1.HeaderClassName
{
color: #4CBB0E;
}
.AnyTagClassName
{
color: #4CBB0E;
}
</style>
background-color css
<style>
a { background-color: #4CBB0E; }
a { background-color: rgb(76,187,14); }
div.DivClassName
{
background-color: #4CBB0E;
}
.BgClassName
{
background-color: #4CBB0E;
}
</style>
border-color css
<style>
span { border-color: #4CBB0E; }
span { border-color: rgb(76,187,14); }
td.TdClassName
{
border-color: #4CBB0E;
}
.TagClassName
{
border-color: #4CBB0E;
}
</style>