Shades of Emerald #4BD080
Tints of Emerald #4BD080
RGB
CMYK
RGB Variations
Color information
#4BD080 (or 0x4BD080) is known color: Emerald. HEX triplet: 4B, D0 and 80. RGB value is (75,208,128). Sum of RGB (Red+Green+Blue) = 75+208+128=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD080 is #B42F7F. Grayscale: #9F9F9F. Windows color (decimal): -11808640 or 8441931. OLE color: 8441931.
HSL color Cylindrical-coordinate representation of color #4BD080: hue angle of 143.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD080 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 128 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.18 |
| HSL | 143.91º | 0.59% | 0.55% | - |
| HSV(B) | 143.91º | 0.64% | 0.82% | - |
| XYZ | 29.35 | 48.17 | 28.17 | - |
| YUV | 159.11 | 110.44 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 128 | 0.64 | 0 | 0.38 | 0.18 | 143.91 | 0.59 | 0.55 |
| Hex | 4B | D0 | 80 | 40 | 0 | 26 | 12 | 90 | 3B | 37 |
| Octal | 113 | 320 | 200 | 100 | 0 | 46 | 22 | 220 | 73 | 67 |
| Binary | 1001011 | 11010000 | 10000000 | 1000000 | 0 | 100110 | 10010 | 10010000 | 111011 | 110111 |
Color Harmonies of #4BD080
Complementary color
Monochromatic Colors of #4BD080
Black with #4BD080
Text Example
Text Example
White with #4BD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD080; }
p { color: rgb(75,208,128); }
H1.HeaderClassName
{
color: #4BD080;
}
.AnyTagClassName
{
color: #4BD080;
}
</style>
background-color css
<style>
a { background-color: #4BD080; }
a { background-color: rgb(75,208,128); }
div.DivClassName
{
background-color: #4BD080;
}
.BgClassName
{
background-color: #4BD080;
}
</style>
border-color css
<style>
span { border-color: #4BD080; }
span { border-color: rgb(75,208,128); }
td.TdClassName
{
border-color: #4BD080;
}
.TagClassName
{
border-color: #4BD080;
}
</style>