Shades of Emerald #4CDE90
Tints of Emerald #4CDE90
RGB
CMYK
RGB Variations
Color information
#4CDE90 (or 0x4CDE90) is known color: Emerald. HEX triplet: 4C, DE and 90. RGB value is (76,222,144). Sum of RGB (Red+Green+Blue) = 76+222+144=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDE90 is #B3216F. Grayscale: #A9A9A9. Windows color (decimal): -11739504 or 9494092. OLE color: 9494092.
HSL color Cylindrical-coordinate representation of color #4CDE90: hue angle of 147.95º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDE90 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 144 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.13 |
| HSL | 147.95º | 0.69% | 0.58% | - |
| HSV(B) | 147.95º | 0.66% | 0.87% | - |
| XYZ | 34.14 | 55.79 | 35.36 | - |
| YUV | 169.45 | 113.63 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 144 | 0.66 | 0 | 0.35 | 0.13 | 147.95 | 0.69 | 0.58 |
| Hex | 4C | DE | 90 | 42 | 0 | 23 | D | 94 | 45 | 3A |
| Octal | 114 | 336 | 220 | 102 | 0 | 43 | 15 | 224 | 105 | 72 |
| Binary | 1001100 | 11011110 | 10010000 | 1000010 | 0 | 100011 | 1101 | 10010100 | 1000101 | 111010 |
Color Harmonies of #4CDE90
Complementary color
Monochromatic Colors of #4CDE90
Black with #4CDE90
Text Example
Text Example
White with #4CDE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE90; }
p { color: rgb(76,222,144); }
H1.HeaderClassName
{
color: #4CDE90;
}
.AnyTagClassName
{
color: #4CDE90;
}
</style>
background-color css
<style>
a { background-color: #4CDE90; }
a { background-color: rgb(76,222,144); }
div.DivClassName
{
background-color: #4CDE90;
}
.BgClassName
{
background-color: #4CDE90;
}
</style>
border-color css
<style>
span { border-color: #4CDE90; }
span { border-color: rgb(76,222,144); }
td.TdClassName
{
border-color: #4CDE90;
}
.TagClassName
{
border-color: #4CDE90;
}
</style>