Shades of Emerald #4BDE8A
Tints of Emerald #4BDE8A
RGB
CMYK
RGB Variations
Color information
#4BDE8A (or 0x4BDE8A) is known color: Emerald. HEX triplet: 4B, DE and 8A. RGB value is (75,222,138). Sum of RGB (Red+Green+Blue) = 75+222+138=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDE8A is #B42175. Grayscale: #A8A8A8. Windows color (decimal): -11805046 or 9100875. OLE color: 9100875.
HSL color Cylindrical-coordinate representation of color #4BDE8A: hue angle of 145.71º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDE8A is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 138 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.13 |
| HSL | 145.71º | 0.69% | 0.58% | - |
| HSV(B) | 145.71º | 0.66% | 0.87% | - |
| XYZ | 33.61 | 55.57 | 33 | - |
| YUV | 168.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 138 | 0.66 | 0 | 0.38 | 0.13 | 145.71 | 0.69 | 0.58 |
| Hex | 4B | DE | 8A | 42 | 0 | 26 | D | 92 | 45 | 3A |
| Octal | 113 | 336 | 212 | 102 | 0 | 46 | 15 | 222 | 105 | 72 |
| Binary | 1001011 | 11011110 | 10001010 | 1000010 | 0 | 100110 | 1101 | 10010010 | 1000101 | 111010 |
Color Harmonies of #4BDE8A
Complementary color
Monochromatic Colors of #4BDE8A
Black with #4BDE8A
Text Example
Text Example
White with #4BDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDE8A; }
p { color: rgb(75,222,138); }
H1.HeaderClassName
{
color: #4BDE8A;
}
.AnyTagClassName
{
color: #4BDE8A;
}
</style>
background-color css
<style>
a { background-color: #4BDE8A; }
a { background-color: rgb(75,222,138); }
div.DivClassName
{
background-color: #4BDE8A;
}
.BgClassName
{
background-color: #4BDE8A;
}
</style>
border-color css
<style>
span { border-color: #4BDE8A; }
span { border-color: rgb(75,222,138); }
td.TdClassName
{
border-color: #4BDE8A;
}
.TagClassName
{
border-color: #4BDE8A;
}
</style>