Shades of Emerald #4BDA8C
Tints of Emerald #4BDA8C
RGB
CMYK
RGB Variations
Color information
#4BDA8C (or 0x4BDA8C) is known color: Emerald. HEX triplet: 4B, DA and 8C. RGB value is (75,218,140). Sum of RGB (Red+Green+Blue) = 75+218+140=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDA8C is #B42573. Grayscale: #A6A6A6. Windows color (decimal): -11806068 or 9230923. OLE color: 9230923.
HSL color Cylindrical-coordinate representation of color #4BDA8C: hue angle of 147.27º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA8C is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 140 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.15 |
| HSL | 147.27º | 0.66% | 0.57% | - |
| HSV(B) | 147.27º | 0.66% | 0.85% | - |
| XYZ | 32.71 | 53.53 | 33.42 | - |
| YUV | 166.35 | 113.12 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 140 | 0.66 | 0 | 0.36 | 0.15 | 147.27 | 0.66 | 0.57 |
| Hex | 4B | DA | 8C | 42 | 0 | 24 | F | 93 | 42 | 39 |
| Octal | 113 | 332 | 214 | 102 | 0 | 44 | 17 | 223 | 102 | 71 |
| Binary | 1001011 | 11011010 | 10001100 | 1000010 | 0 | 100100 | 1111 | 10010011 | 1000010 | 111001 |
Color Harmonies of #4BDA8C
Complementary color
Monochromatic Colors of #4BDA8C
Black with #4BDA8C
Text Example
Text Example
White with #4BDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA8C; }
p { color: rgb(75,218,140); }
H1.HeaderClassName
{
color: #4BDA8C;
}
.AnyTagClassName
{
color: #4BDA8C;
}
</style>
background-color css
<style>
a { background-color: #4BDA8C; }
a { background-color: rgb(75,218,140); }
div.DivClassName
{
background-color: #4BDA8C;
}
.BgClassName
{
background-color: #4BDA8C;
}
</style>
border-color css
<style>
span { border-color: #4BDA8C; }
span { border-color: rgb(75,218,140); }
td.TdClassName
{
border-color: #4BDA8C;
}
.TagClassName
{
border-color: #4BDA8C;
}
</style>