Shades of Emerald #4BE088
Tints of Emerald #4BE088
RGB
CMYK
RGB Variations
Color information
#4BE088 (or 0x4BE088) is known color: Emerald. HEX triplet: 4B, E0 and 88. RGB value is (75,224,136). Sum of RGB (Red+Green+Blue) = 75+224+136=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BE088 is #B41F77. Grayscale: #A9A9A9. Windows color (decimal): -11804536 or 8970315. OLE color: 8970315.
HSL color Cylindrical-coordinate representation of color #4BE088: hue angle of 144.56º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE088 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 136 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.12 |
| HSL | 144.56º | 0.71% | 0.59% | - |
| HSV(B) | 144.56º | 0.67% | 0.88% | - |
| XYZ | 34 | 56.58 | 32.42 | - |
| YUV | 169.42 | 109.14 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 136 | 0.67 | 0 | 0.39 | 0.12 | 144.56 | 0.71 | 0.59 |
| Hex | 4B | E0 | 88 | 43 | 0 | 27 | C | 91 | 47 | 3B |
| Octal | 113 | 340 | 210 | 103 | 0 | 47 | 14 | 221 | 107 | 73 |
| Binary | 1001011 | 11100000 | 10001000 | 1000011 | 0 | 100111 | 1100 | 10010001 | 1000111 | 111011 |
Color Harmonies of #4BE088
Complementary color
Monochromatic Colors of #4BE088
Black with #4BE088
Text Example
Text Example
White with #4BE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE088; }
p { color: rgb(75,224,136); }
H1.HeaderClassName
{
color: #4BE088;
}
.AnyTagClassName
{
color: #4BE088;
}
</style>
background-color css
<style>
a { background-color: #4BE088; }
a { background-color: rgb(75,224,136); }
div.DivClassName
{
background-color: #4BE088;
}
.BgClassName
{
background-color: #4BE088;
}
</style>
border-color css
<style>
span { border-color: #4BE088; }
span { border-color: rgb(75,224,136); }
td.TdClassName
{
border-color: #4BE088;
}
.TagClassName
{
border-color: #4BE088;
}
</style>