Shades of Emerald #4BE472
Tints of Emerald #4BE472
RGB
CMYK
RGB Variations
Color information
#4BE472 (or 0x4BE472) is known color: Emerald. HEX triplet: 4B, E4 and 72. RGB value is (75,228,114). Sum of RGB (Red+Green+Blue) = 75+228+114=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #4BE472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BE472 is #B41B8D. Grayscale: #A9A9A9. Windows color (decimal): -11803534 or 7529547. OLE color: 7529547.
HSL color Cylindrical-coordinate representation of color #4BE472: hue angle of 135.29º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE472 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 228 | 114 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.11 |
| HSL | 135.29º | 0.74% | 0.59% | - |
| HSV(B) | 135.29º | 0.67% | 0.89% | - |
| XYZ | 33.68 | 58.2 | 25.38 | - |
| YUV | 169.26 | 96.81 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 228 | 114 | 0.67 | 0 | 0.50 | 0.11 | 135.29 | 0.74 | 0.59 |
| Hex | 4B | E4 | 72 | 43 | 0 | 32 | B | 87 | 4A | 3B |
| Octal | 113 | 344 | 162 | 103 | 0 | 62 | 13 | 207 | 112 | 73 |
| Binary | 1001011 | 11100100 | 1110010 | 1000011 | 0 | 110010 | 1011 | 10000111 | 1001010 | 111011 |
Color Harmonies of #4BE472
Complementary color
Monochromatic Colors of #4BE472
Black with #4BE472
Text Example
Text Example
White with #4BE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE472; }
p { color: rgb(75,228,114); }
H1.HeaderClassName
{
color: #4BE472;
}
.AnyTagClassName
{
color: #4BE472;
}
</style>
background-color css
<style>
a { background-color: #4BE472; }
a { background-color: rgb(75,228,114); }
div.DivClassName
{
background-color: #4BE472;
}
.BgClassName
{
background-color: #4BE472;
}
</style>
border-color css
<style>
span { border-color: #4BE472; }
span { border-color: rgb(75,228,114); }
td.TdClassName
{
border-color: #4BE472;
}
.TagClassName
{
border-color: #4BE472;
}
</style>