Shades of Emerald #4BDB88
Tints of Emerald #4BDB88
RGB
CMYK
RGB Variations
Color information
#4BDB88 (or 0x4BDB88) is known color: Emerald. HEX triplet: 4B, DB and 88. RGB value is (75,219,136). Sum of RGB (Red+Green+Blue) = 75+219+136=430 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.44% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDB88 is #B42477. Grayscale: #A6A6A6. Windows color (decimal): -11805816 or 8969035. OLE color: 8969035.
HSL color Cylindrical-coordinate representation of color #4BDB88: hue angle of 145.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDB88 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 136 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.14 |
| HSL | 145.42º | 0.67% | 0.58% | - |
| HSV(B) | 145.42º | 0.66% | 0.86% | - |
| XYZ | 32.68 | 53.94 | 31.98 | - |
| YUV | 166.48 | 110.79 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 136 | 0.66 | 0 | 0.38 | 0.14 | 145.42 | 0.67 | 0.58 |
| Hex | 4B | DB | 88 | 42 | 0 | 26 | E | 91 | 43 | 3A |
| Octal | 113 | 333 | 210 | 102 | 0 | 46 | 16 | 221 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10001000 | 1000010 | 0 | 100110 | 1110 | 10010001 | 1000011 | 111010 |
Color Harmonies of #4BDB88
Complementary color
Monochromatic Colors of #4BDB88
Black with #4BDB88
Text Example
Text Example
White with #4BDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB88; }
p { color: rgb(75,219,136); }
H1.HeaderClassName
{
color: #4BDB88;
}
.AnyTagClassName
{
color: #4BDB88;
}
</style>
background-color css
<style>
a { background-color: #4BDB88; }
a { background-color: rgb(75,219,136); }
div.DivClassName
{
background-color: #4BDB88;
}
.BgClassName
{
background-color: #4BDB88;
}
</style>
border-color css
<style>
span { border-color: #4BDB88; }
span { border-color: rgb(75,219,136); }
td.TdClassName
{
border-color: #4BDB88;
}
.TagClassName
{
border-color: #4BDB88;
}
</style>