Shades of Emerald #4BD074
Tints of Emerald #4BD074
RGB
CMYK
RGB Variations
Color information
#4BD074 (or 0x4BD074) is known color: Emerald. HEX triplet: 4B, D0 and 74. RGB value is (75,208,116). Sum of RGB (Red+Green+Blue) = 75+208+116=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD074 is #B42F8B. Grayscale: #9D9D9D. Windows color (decimal): -11808652 or 7655499. OLE color: 7655499.
HSL color Cylindrical-coordinate representation of color #4BD074: hue angle of 138.5º 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 #4BD074 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 116 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.18 |
| HSL | 138.5º | 0.59% | 0.55% | - |
| HSV(B) | 138.5º | 0.64% | 0.82% | - |
| XYZ | 28.61 | 47.87 | 24.25 | - |
| YUV | 157.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 116 | 0.64 | 0 | 0.44 | 0.18 | 138.5 | 0.59 | 0.55 |
| Hex | 4B | D0 | 74 | 40 | 0 | 2C | 12 | 8A | 3B | 37 |
| Octal | 113 | 320 | 164 | 100 | 0 | 54 | 22 | 212 | 73 | 67 |
| Binary | 1001011 | 11010000 | 1110100 | 1000000 | 0 | 101100 | 10010 | 10001010 | 111011 | 110111 |
Color Harmonies of #4BD074
Complementary color
Monochromatic Colors of #4BD074
Black with #4BD074
Text Example
Text Example
White with #4BD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD074; }
p { color: rgb(75,208,116); }
H1.HeaderClassName
{
color: #4BD074;
}
.AnyTagClassName
{
color: #4BD074;
}
</style>
background-color css
<style>
a { background-color: #4BD074; }
a { background-color: rgb(75,208,116); }
div.DivClassName
{
background-color: #4BD074;
}
.BgClassName
{
background-color: #4BD074;
}
</style>
border-color css
<style>
span { border-color: #4BD074; }
span { border-color: rgb(75,208,116); }
td.TdClassName
{
border-color: #4BD074;
}
.TagClassName
{
border-color: #4BD074;
}
</style>