Shades of Kelly Green #4BBC12
Tints of Kelly Green #4BBC12
RGB
CMYK
RGB Variations
Color information
#4BBC12 (or 0x4BBC12) is known color: Kelly Green. HEX triplet: 4B, BC and 12. RGB value is (75,188,18). Sum of RGB (Red+Green+Blue) = 75+188+18=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BBC12 is #B443ED. Grayscale: #878787. Windows color (decimal): -11813870 or 1227851. OLE color: 1227851.
HSL color Cylindrical-coordinate representation of color #4BBC12: hue angle of 99.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BBC12 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 18 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.26 |
| HSL | 99.88º | 0.83% | 0.4% | - |
| HSV(B) | 99.88º | 0.9% | 0.74% | - |
| XYZ | 20.99 | 37.51 | 6.71 | - |
| YUV | 134.83 | 62.06 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 18 | 0.60 | 0 | 0.90 | 0.26 | 99.88 | 0.83 | 0.4 |
| Hex | 4B | BC | 12 | 3C | 0 | 5A | 1A | 64 | 53 | 28 |
| Octal | 113 | 274 | 22 | 74 | 0 | 132 | 32 | 144 | 123 | 50 |
| Binary | 1001011 | 10111100 | 10010 | 111100 | 0 | 1011010 | 11010 | 1100100 | 1010011 | 101000 |
Color Harmonies of #4BBC12
Complementary color
Monochromatic Colors of #4BBC12
Black with #4BBC12
Text Example
Text Example
White with #4BBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC12; }
p { color: rgb(75,188,18); }
H1.HeaderClassName
{
color: #4BBC12;
}
.AnyTagClassName
{
color: #4BBC12;
}
</style>
background-color css
<style>
a { background-color: #4BBC12; }
a { background-color: rgb(75,188,18); }
div.DivClassName
{
background-color: #4BBC12;
}
.BgClassName
{
background-color: #4BBC12;
}
</style>
border-color css
<style>
span { border-color: #4BBC12; }
span { border-color: rgb(75,188,18); }
td.TdClassName
{
border-color: #4BBC12;
}
.TagClassName
{
border-color: #4BBC12;
}
</style>