Shades of Kelly Green #4CBE12
Tints of Kelly Green #4CBE12
RGB
CMYK
RGB Variations
Color information
#4CBE12 (or 0x4CBE12) is known color: Kelly Green. HEX triplet: 4C, BE and 12. RGB value is (76,190,18). Sum of RGB (Red+Green+Blue) = 76+190+18=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBE12 is #B341ED. Grayscale: #888888. Windows color (decimal): -11747822 or 1228364. OLE color: 1228364.
HSL color Cylindrical-coordinate representation of color #4CBE12: hue angle of 99.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CBE12 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 18 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.25 |
| HSL | 99.77º | 0.83% | 0.41% | - |
| HSV(B) | 99.77º | 0.91% | 0.75% | - |
| XYZ | 21.5 | 38.41 | 6.85 | - |
| YUV | 136.31 | 61.23 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 18 | 0.60 | 0 | 0.91 | 0.25 | 99.77 | 0.83 | 0.41 |
| Hex | 4C | BE | 12 | 3C | 0 | 5B | 19 | 64 | 53 | 29 |
| Octal | 114 | 276 | 22 | 74 | 0 | 133 | 31 | 144 | 123 | 51 |
| Binary | 1001100 | 10111110 | 10010 | 111100 | 0 | 1011011 | 11001 | 1100100 | 1010011 | 101001 |
Color Harmonies of #4CBE12
Complementary color
Monochromatic Colors of #4CBE12
Black with #4CBE12
Text Example
Text Example
White with #4CBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBE12; }
p { color: rgb(76,190,18); }
H1.HeaderClassName
{
color: #4CBE12;
}
.AnyTagClassName
{
color: #4CBE12;
}
</style>
background-color css
<style>
a { background-color: #4CBE12; }
a { background-color: rgb(76,190,18); }
div.DivClassName
{
background-color: #4CBE12;
}
.BgClassName
{
background-color: #4CBE12;
}
</style>
border-color css
<style>
span { border-color: #4CBE12; }
span { border-color: rgb(76,190,18); }
td.TdClassName
{
border-color: #4CBE12;
}
.TagClassName
{
border-color: #4CBE12;
}
</style>