Shades of Emerald #4CC370
Tints of Emerald #4CC370
RGB
CMYK
RGB Variations
Color information
#4CC370 (or 0x4CC370) is known color: Emerald. HEX triplet: 4C, C3 and 70. RGB value is (76,195,112). Sum of RGB (Red+Green+Blue) = 76+195+112=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC370 is #B33C8F. Grayscale: #969696. Windows color (decimal): -11746448 or 7390028. OLE color: 7390028.
HSL color Cylindrical-coordinate representation of color #4CC370: hue angle of 138.15º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC370 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 112 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.24 |
| HSL | 138.15º | 0.5% | 0.53% | - |
| HSV(B) | 138.15º | 0.61% | 0.76% | - |
| XYZ | 25.42 | 41.74 | 22.05 | - |
| YUV | 149.96 | 106.58 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 112 | 0.61 | 0 | 0.43 | 0.24 | 138.15 | 0.5 | 0.53 |
| Hex | 4C | C3 | 70 | 3D | 0 | 2B | 18 | 8A | 32 | 35 |
| Octal | 114 | 303 | 160 | 75 | 0 | 53 | 30 | 212 | 62 | 65 |
| Binary | 1001100 | 11000011 | 1110000 | 111101 | 0 | 101011 | 11000 | 10001010 | 110010 | 110101 |
Color Harmonies of #4CC370
Complementary color
Monochromatic Colors of #4CC370
Black with #4CC370
Text Example
Text Example
White with #4CC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC370; }
p { color: rgb(76,195,112); }
H1.HeaderClassName
{
color: #4CC370;
}
.AnyTagClassName
{
color: #4CC370;
}
</style>
background-color css
<style>
a { background-color: #4CC370; }
a { background-color: rgb(76,195,112); }
div.DivClassName
{
background-color: #4CC370;
}
.BgClassName
{
background-color: #4CC370;
}
</style>
border-color css
<style>
span { border-color: #4CC370; }
span { border-color: rgb(76,195,112); }
td.TdClassName
{
border-color: #4CC370;
}
.TagClassName
{
border-color: #4CC370;
}
</style>