Shades of Kelly Green #4CB312
Tints of Kelly Green #4CB312
RGB
CMYK
RGB Variations
Color information
#4CB312 (or 0x4CB312) is known color: Kelly Green. HEX triplet: 4C, B3 and 12. RGB value is (76,179,18). Sum of RGB (Red+Green+Blue) = 76+179+18=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB312 is #B34CED. Grayscale: #828282. Windows color (decimal): -11750638 or 1225548. OLE color: 1225548.
HSL color Cylindrical-coordinate representation of color #4CB312: hue angle of 98.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CB312 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 18 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.30 |
| HSL | 98.39º | 0.82% | 0.39% | - |
| HSV(B) | 98.39º | 0.9% | 0.7% | - |
| XYZ | 19.21 | 33.82 | 6.09 | - |
| YUV | 129.85 | 64.88 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 18 | 0.58 | 0 | 0.90 | 0.30 | 98.39 | 0.82 | 0.39 |
| Hex | 4C | B3 | 12 | 3A | 0 | 5A | 1E | 62 | 52 | 27 |
| Octal | 114 | 263 | 22 | 72 | 0 | 132 | 36 | 142 | 122 | 47 |
| Binary | 1001100 | 10110011 | 10010 | 111010 | 0 | 1011010 | 11110 | 1100010 | 1010010 | 100111 |
Color Harmonies of #4CB312
Complementary color
Monochromatic Colors of #4CB312
Black with #4CB312
Text Example
Text Example
White with #4CB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB312; }
p { color: rgb(76,179,18); }
H1.HeaderClassName
{
color: #4CB312;
}
.AnyTagClassName
{
color: #4CB312;
}
</style>
background-color css
<style>
a { background-color: #4CB312; }
a { background-color: rgb(76,179,18); }
div.DivClassName
{
background-color: #4CB312;
}
.BgClassName
{
background-color: #4CB312;
}
</style>
border-color css
<style>
span { border-color: #4CB312; }
span { border-color: rgb(76,179,18); }
td.TdClassName
{
border-color: #4CB312;
}
.TagClassName
{
border-color: #4CB312;
}
</style>