Shades of Emerald #4BD272
Tints of Emerald #4BD272
RGB
CMYK
RGB Variations
Color information
#4BD272 (or 0x4BD272) is known color: Emerald. HEX triplet: 4B, D2 and 72. RGB value is (75,210,114). Sum of RGB (Red+Green+Blue) = 75+210+114=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD272 is #B42D8D. Grayscale: #9E9E9E. Windows color (decimal): -11808142 or 7524939. OLE color: 7524939.
HSL color Cylindrical-coordinate representation of color #4BD272: hue angle of 137.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD272 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 114 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.18 |
| HSL | 137.33º | 0.6% | 0.56% | - |
| HSV(B) | 137.33º | 0.64% | 0.82% | - |
| XYZ | 28.99 | 48.8 | 23.81 | - |
| YUV | 158.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 114 | 0.64 | 0 | 0.46 | 0.18 | 137.33 | 0.6 | 0.56 |
| Hex | 4B | D2 | 72 | 40 | 0 | 2E | 12 | 89 | 3C | 38 |
| Octal | 113 | 322 | 162 | 100 | 0 | 56 | 22 | 211 | 74 | 70 |
| Binary | 1001011 | 11010010 | 1110010 | 1000000 | 0 | 101110 | 10010 | 10001001 | 111100 | 111000 |
Color Harmonies of #4BD272
Complementary color
Monochromatic Colors of #4BD272
Black with #4BD272
Text Example
Text Example
White with #4BD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD272; }
p { color: rgb(75,210,114); }
H1.HeaderClassName
{
color: #4BD272;
}
.AnyTagClassName
{
color: #4BD272;
}
</style>
background-color css
<style>
a { background-color: #4BD272; }
a { background-color: rgb(75,210,114); }
div.DivClassName
{
background-color: #4BD272;
}
.BgClassName
{
background-color: #4BD272;
}
</style>
border-color css
<style>
span { border-color: #4BD272; }
span { border-color: rgb(75,210,114); }
td.TdClassName
{
border-color: #4BD272;
}
.TagClassName
{
border-color: #4BD272;
}
</style>