Shades of Emerald #4BDB83
Tints of Emerald #4BDB83
RGB
CMYK
RGB Variations
Color information
#4BDB83 (or 0x4BDB83) is known color: Emerald. HEX triplet: 4B, DB and 83. RGB value is (75,219,131). Sum of RGB (Red+Green+Blue) = 75+219+131=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDB83 is #B4247C. Grayscale: #A6A6A6. Windows color (decimal): -11805821 or 8641355. OLE color: 8641355.
HSL color Cylindrical-coordinate representation of color #4BDB83: hue angle of 143.33º 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 #4BDB83 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 131 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.14 |
| HSL | 143.33º | 0.67% | 0.58% | - |
| HSV(B) | 143.33º | 0.66% | 0.86% | - |
| XYZ | 32.33 | 53.8 | 30.15 | - |
| YUV | 165.91 | 108.29 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 131 | 0.66 | 0 | 0.40 | 0.14 | 143.33 | 0.67 | 0.58 |
| Hex | 4B | DB | 83 | 42 | 0 | 28 | E | 8F | 43 | 3A |
| Octal | 113 | 333 | 203 | 102 | 0 | 50 | 16 | 217 | 103 | 72 |
| Binary | 1001011 | 11011011 | 10000011 | 1000010 | 0 | 101000 | 1110 | 10001111 | 1000011 | 111010 |
Color Harmonies of #4BDB83
Complementary color
Monochromatic Colors of #4BDB83
Black with #4BDB83
Text Example
Text Example
White with #4BDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB83; }
p { color: rgb(75,219,131); }
H1.HeaderClassName
{
color: #4BDB83;
}
.AnyTagClassName
{
color: #4BDB83;
}
</style>
background-color css
<style>
a { background-color: #4BDB83; }
a { background-color: rgb(75,219,131); }
div.DivClassName
{
background-color: #4BDB83;
}
.BgClassName
{
background-color: #4BDB83;
}
</style>
border-color css
<style>
span { border-color: #4BDB83; }
span { border-color: rgb(75,219,131); }
td.TdClassName
{
border-color: #4BDB83;
}
.TagClassName
{
border-color: #4BDB83;
}
</style>