Shades of Kelly Green #4BC012
Tints of Kelly Green #4BC012
RGB
CMYK
RGB Variations
Color information
#4BC012 (or 0x4BC012) is known color: Kelly Green. HEX triplet: 4B, C0 and 12. RGB value is (75,192,18). Sum of RGB (Red+Green+Blue) = 75+192+18=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BC012 is #B43FED. Grayscale: #898989. Windows color (decimal): -11812846 or 1228875. OLE color: 1228875.
HSL color Cylindrical-coordinate representation of color #4BC012: hue angle of 100.34º 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 #4BC012 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 18 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.25 |
| HSL | 100.34º | 0.83% | 0.41% | - |
| HSV(B) | 100.34º | 0.91% | 0.75% | - |
| XYZ | 21.86 | 39.24 | 6.99 | - |
| YUV | 137.18 | 60.74 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 18 | 0.61 | 0 | 0.91 | 0.25 | 100.34 | 0.83 | 0.41 |
| Hex | 4B | C0 | 12 | 3D | 0 | 5B | 19 | 64 | 53 | 29 |
| Octal | 113 | 300 | 22 | 75 | 0 | 133 | 31 | 144 | 123 | 51 |
| Binary | 1001011 | 11000000 | 10010 | 111101 | 0 | 1011011 | 11001 | 1100100 | 1010011 | 101001 |
Color Harmonies of #4BC012
Complementary color
Monochromatic Colors of #4BC012
Black with #4BC012
Text Example
Text Example
White with #4BC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC012; }
p { color: rgb(75,192,18); }
H1.HeaderClassName
{
color: #4BC012;
}
.AnyTagClassName
{
color: #4BC012;
}
</style>
background-color css
<style>
a { background-color: #4BC012; }
a { background-color: rgb(75,192,18); }
div.DivClassName
{
background-color: #4BC012;
}
.BgClassName
{
background-color: #4BC012;
}
</style>
border-color css
<style>
span { border-color: #4BC012; }
span { border-color: rgb(75,192,18); }
td.TdClassName
{
border-color: #4BC012;
}
.TagClassName
{
border-color: #4BC012;
}
</style>