Shades of Emerald #4CD270
Tints of Emerald #4CD270
RGB
CMYK
RGB Variations
Color information
#4CD270 (or 0x4CD270) is known color: Emerald. HEX triplet: 4C, D2 and 70. RGB value is (76,210,112). Sum of RGB (Red+Green+Blue) = 76+210+112=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD270 is #B32D8F. Grayscale: #9F9F9F. Windows color (decimal): -11742608 or 7393868. OLE color: 7393868.
HSL color Cylindrical-coordinate representation of color #4CD270: hue angle of 136.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD270 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 210 | 112 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.18 |
| HSL | 136.12º | 0.6% | 0.56% | - |
| HSV(B) | 136.12º | 0.64% | 0.82% | - |
| XYZ | 28.95 | 48.8 | 23.22 | - |
| YUV | 158.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 210 | 112 | 0.64 | 0 | 0.47 | 0.18 | 136.12 | 0.6 | 0.56 |
| Hex | 4C | D2 | 70 | 40 | 0 | 2F | 12 | 88 | 3C | 38 |
| Octal | 114 | 322 | 160 | 100 | 0 | 57 | 22 | 210 | 74 | 70 |
| Binary | 1001100 | 11010010 | 1110000 | 1000000 | 0 | 101111 | 10010 | 10001000 | 111100 | 111000 |
Color Harmonies of #4CD270
Complementary color
Monochromatic Colors of #4CD270
Black with #4CD270
Text Example
Text Example
White with #4CD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD270; }
p { color: rgb(76,210,112); }
H1.HeaderClassName
{
color: #4CD270;
}
.AnyTagClassName
{
color: #4CD270;
}
</style>
background-color css
<style>
a { background-color: #4CD270; }
a { background-color: rgb(76,210,112); }
div.DivClassName
{
background-color: #4CD270;
}
.BgClassName
{
background-color: #4CD270;
}
</style>
border-color css
<style>
span { border-color: #4CD270; }
span { border-color: rgb(76,210,112); }
td.TdClassName
{
border-color: #4CD270;
}
.TagClassName
{
border-color: #4CD270;
}
</style>