Shades of Emerald #4BDB78
Tints of Emerald #4BDB78
RGB
CMYK
RGB Variations
Color information
#4BDB78 (or 0x4BDB78) is known color: Emerald. HEX triplet: 4B, DB and 78. RGB value is (75,219,120). Sum of RGB (Red+Green+Blue) = 75+219+120=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDB78 is #B42487. Grayscale: #A4A4A4. Windows color (decimal): -11805832 or 7920459. OLE color: 7920459.
HSL color Cylindrical-coordinate representation of color #4BDB78: hue angle of 138.75º 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 #4BDB78 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 219 | 120 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.14 |
| HSL | 138.75º | 0.67% | 0.58% | - |
| HSV(B) | 138.75º | 0.66% | 0.86% | - |
| XYZ | 31.62 | 53.51 | 26.43 | - |
| YUV | 164.66 | 102.79 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 219 | 120 | 0.66 | 0 | 0.45 | 0.14 | 138.75 | 0.67 | 0.58 |
| Hex | 4B | DB | 78 | 42 | 0 | 2D | E | 8B | 43 | 3A |
| Octal | 113 | 333 | 170 | 102 | 0 | 55 | 16 | 213 | 103 | 72 |
| Binary | 1001011 | 11011011 | 1111000 | 1000010 | 0 | 101101 | 1110 | 10001011 | 1000011 | 111010 |
Color Harmonies of #4BDB78
Complementary color
Monochromatic Colors of #4BDB78
Black with #4BDB78
Text Example
Text Example
White with #4BDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDB78; }
p { color: rgb(75,219,120); }
H1.HeaderClassName
{
color: #4BDB78;
}
.AnyTagClassName
{
color: #4BDB78;
}
</style>
background-color css
<style>
a { background-color: #4BDB78; }
a { background-color: rgb(75,219,120); }
div.DivClassName
{
background-color: #4BDB78;
}
.BgClassName
{
background-color: #4BDB78;
}
</style>
border-color css
<style>
span { border-color: #4BDB78; }
span { border-color: rgb(75,219,120); }
td.TdClassName
{
border-color: #4BDB78;
}
.TagClassName
{
border-color: #4BDB78;
}
</style>