Shades of Kelly Green #4CB412
Tints of Kelly Green #4CB412
RGB
CMYK
RGB Variations
Color information
#4CB412 (or 0x4CB412) is known color: Kelly Green. HEX triplet: 4C, B4 and 12. RGB value is (76,180,18). Sum of RGB (Red+Green+Blue) = 76+180+18=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 180 (70.70% from 255 or 65.69% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CB412 is #B34BED. Grayscale: #828282. Windows color (decimal): -11750382 or 1225804. OLE color: 1225804.
HSL color Cylindrical-coordinate representation of color #4CB412: hue angle of 98.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CB412 is Cyan = 0.58, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 18 | - |
| CMYK | 0.58 | 0 | 0.9 | 0.29 |
| HSL | 98.52º | 0.82% | 0.39% | - |
| HSV(B) | 98.52º | 0.9% | 0.71% | - |
| XYZ | 19.41 | 34.22 | 6.15 | - |
| YUV | 130.44 | 64.54 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 18 | 0.58 | 0 | 0.9 | 0.29 | 98.52 | 0.82 | 0.39 |
| Hex | 4C | B4 | 12 | 3A | 0 | 5A | 1D | 63 | 52 | 27 |
| Octal | 114 | 264 | 22 | 72 | 0 | 132 | 35 | 143 | 122 | 47 |
| Binary | 1001100 | 10110100 | 10010 | 111010 | 0 | 1011010 | 11101 | 1100011 | 1010010 | 100111 |
Color Harmonies of #4CB412
Complementary color
Monochromatic Colors of #4CB412
Black with #4CB412
Text Example
Text Example
White with #4CB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB412; }
p { color: rgb(76,180,18); }
H1.HeaderClassName
{
color: #4CB412;
}
.AnyTagClassName
{
color: #4CB412;
}
</style>
background-color css
<style>
a { background-color: #4CB412; }
a { background-color: rgb(76,180,18); }
div.DivClassName
{
background-color: #4CB412;
}
.BgClassName
{
background-color: #4CB412;
}
</style>
border-color css
<style>
span { border-color: #4CB412; }
span { border-color: rgb(76,180,18); }
td.TdClassName
{
border-color: #4CB412;
}
.TagClassName
{
border-color: #4CB412;
}
</style>