Shades of Emerald #4CDA90
Tints of Emerald #4CDA90
RGB
CMYK
RGB Variations
Color information
#4CDA90 (or 0x4CDA90) is known color: Emerald. HEX triplet: 4C, DA and 90. RGB value is (76,218,144). Sum of RGB (Red+Green+Blue) = 76+218+144=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDA90 is #B3256F. Grayscale: #A7A7A7. Windows color (decimal): -11740528 or 9493068. OLE color: 9493068.
HSL color Cylindrical-coordinate representation of color #4CDA90: hue angle of 148.73º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDA90 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 218 | 144 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.15 |
| HSL | 148.73º | 0.66% | 0.58% | - |
| HSV(B) | 148.73º | 0.65% | 0.85% | - |
| XYZ | 33.09 | 53.69 | 35.01 | - |
| YUV | 167.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 218 | 144 | 0.65 | 0 | 0.34 | 0.15 | 148.73 | 0.66 | 0.58 |
| Hex | 4C | DA | 90 | 41 | 0 | 22 | F | 95 | 42 | 3A |
| Octal | 114 | 332 | 220 | 101 | 0 | 42 | 17 | 225 | 102 | 72 |
| Binary | 1001100 | 11011010 | 10010000 | 1000001 | 0 | 100010 | 1111 | 10010101 | 1000010 | 111010 |
Color Harmonies of #4CDA90
Complementary color
Monochromatic Colors of #4CDA90
Black with #4CDA90
Text Example
Text Example
White with #4CDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDA90; }
p { color: rgb(76,218,144); }
H1.HeaderClassName
{
color: #4CDA90;
}
.AnyTagClassName
{
color: #4CDA90;
}
</style>
background-color css
<style>
a { background-color: #4CDA90; }
a { background-color: rgb(76,218,144); }
div.DivClassName
{
background-color: #4CDA90;
}
.BgClassName
{
background-color: #4CDA90;
}
</style>
border-color css
<style>
span { border-color: #4CDA90; }
span { border-color: rgb(76,218,144); }
td.TdClassName
{
border-color: #4CDA90;
}
.TagClassName
{
border-color: #4CDA90;
}
</style>