Shades of Emerald #4ADC88
Tints of Emerald #4ADC88
RGB
CMYK
RGB Variations
Color information
#4ADC88 (or 0x4ADC88) is known color: Emerald. HEX triplet: 4A, DC and 88. RGB value is (74,220,136). Sum of RGB (Red+Green+Blue) = 74+220+136=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADC88 is #B52377. Grayscale: #A6A6A6. Windows color (decimal): -11871096 or 8969290. OLE color: 8969290.
HSL color Cylindrical-coordinate representation of color #4ADC88: hue angle of 145.48º degrees, saturation: 0.68, 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 #4ADC88 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 136 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.14 |
| HSL | 145.48º | 0.68% | 0.58% | - |
| HSV(B) | 145.48º | 0.66% | 0.86% | - |
| XYZ | 32.86 | 54.42 | 32.06 | - |
| YUV | 166.77 | 110.63 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 136 | 0.66 | 0 | 0.38 | 0.14 | 145.48 | 0.68 | 0.58 |
| Hex | 4A | DC | 88 | 42 | 0 | 26 | E | 91 | 44 | 3A |
| Octal | 112 | 334 | 210 | 102 | 0 | 46 | 16 | 221 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10001000 | 1000010 | 0 | 100110 | 1110 | 10010001 | 1000100 | 111010 |
Color Harmonies of #4ADC88
Complementary color
Monochromatic Colors of #4ADC88
Black with #4ADC88
Text Example
Text Example
White with #4ADC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC88; }
p { color: rgb(74,220,136); }
H1.HeaderClassName
{
color: #4ADC88;
}
.AnyTagClassName
{
color: #4ADC88;
}
</style>
background-color css
<style>
a { background-color: #4ADC88; }
a { background-color: rgb(74,220,136); }
div.DivClassName
{
background-color: #4ADC88;
}
.BgClassName
{
background-color: #4ADC88;
}
</style>
border-color css
<style>
span { border-color: #4ADC88; }
span { border-color: rgb(74,220,136); }
td.TdClassName
{
border-color: #4ADC88;
}
.TagClassName
{
border-color: #4ADC88;
}
</style>