Shades of Emerald #4ADB58
Tints of Emerald #4ADB58
RGB
CMYK
RGB Variations
Color information
#4ADB58 (or 0x4ADB58) is known color: Emerald. HEX triplet: 4A, DB and 58. RGB value is (74,219,88). Sum of RGB (Red+Green+Blue) = 74+219+88=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB58 is #B524A7. Grayscale: #A1A1A1. Windows color (decimal): -11871400 or 5823306. OLE color: 5823306.
HSL color Cylindrical-coordinate representation of color #4ADB58: hue angle of 125.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB58 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 88 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.14 |
| HSL | 125.79º | 0.67% | 0.57% | - |
| HSV(B) | 125.79º | 0.66% | 0.86% | - |
| XYZ | 29.92 | 52.82 | 17.85 | - |
| YUV | 160.71 | 86.96 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 88 | 0.66 | 0 | 0.60 | 0.14 | 125.79 | 0.67 | 0.57 |
| Hex | 4A | DB | 58 | 42 | 0 | 3C | E | 7E | 43 | 39 |
| Octal | 112 | 333 | 130 | 102 | 0 | 74 | 16 | 176 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1011000 | 1000010 | 0 | 111100 | 1110 | 1111110 | 1000011 | 111001 |
Color Harmonies of #4ADB58
Complementary color
Monochromatic Colors of #4ADB58
Black with #4ADB58
Text Example
Text Example
White with #4ADB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB58; }
p { color: rgb(74,219,88); }
H1.HeaderClassName
{
color: #4ADB58;
}
.AnyTagClassName
{
color: #4ADB58;
}
</style>
background-color css
<style>
a { background-color: #4ADB58; }
a { background-color: rgb(74,219,88); }
div.DivClassName
{
background-color: #4ADB58;
}
.BgClassName
{
background-color: #4ADB58;
}
</style>
border-color css
<style>
span { border-color: #4ADB58; }
span { border-color: rgb(74,219,88); }
td.TdClassName
{
border-color: #4ADB58;
}
.TagClassName
{
border-color: #4ADB58;
}
</style>