Shades of Kelly Green #4BC112
Tints of Kelly Green #4BC112
RGB
CMYK
RGB Variations
Color information
#4BC112 (or 0x4BC112) is known color: Kelly Green. HEX triplet: 4B, C1 and 12. RGB value is (75,193,18). Sum of RGB (Red+Green+Blue) = 75+193+18=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BC112 is #B43EED. Grayscale: #8A8A8A. Windows color (decimal): -11812590 or 1229131. OLE color: 1229131.
HSL color Cylindrical-coordinate representation of color #4BC112: hue angle of 100.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BC112 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 193 | 18 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.24 |
| HSL | 100.46º | 0.83% | 0.41% | - |
| HSV(B) | 100.46º | 0.91% | 0.76% | - |
| XYZ | 22.08 | 39.68 | 7.07 | - |
| YUV | 137.77 | 60.41 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 193 | 18 | 0.61 | 0 | 0.91 | 0.24 | 100.46 | 0.83 | 0.41 |
| Hex | 4B | C1 | 12 | 3D | 0 | 5B | 18 | 64 | 53 | 29 |
| Octal | 113 | 301 | 22 | 75 | 0 | 133 | 30 | 144 | 123 | 51 |
| Binary | 1001011 | 11000001 | 10010 | 111101 | 0 | 1011011 | 11000 | 1100100 | 1010011 | 101001 |
Color Harmonies of #4BC112
Complementary color
Monochromatic Colors of #4BC112
Black with #4BC112
Text Example
Text Example
White with #4BC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC112; }
p { color: rgb(75,193,18); }
H1.HeaderClassName
{
color: #4BC112;
}
.AnyTagClassName
{
color: #4BC112;
}
</style>
background-color css
<style>
a { background-color: #4BC112; }
a { background-color: rgb(75,193,18); }
div.DivClassName
{
background-color: #4BC112;
}
.BgClassName
{
background-color: #4BC112;
}
</style>
border-color css
<style>
span { border-color: #4BC112; }
span { border-color: rgb(75,193,18); }
td.TdClassName
{
border-color: #4BC112;
}
.TagClassName
{
border-color: #4BC112;
}
</style>