Shades of Emerald #4CBD70
Tints of Emerald #4CBD70
RGB
CMYK
RGB Variations
Color information
#4CBD70 (or 0x4CBD70) is known color: Emerald. HEX triplet: 4C, BD and 70. RGB value is (76,189,112). Sum of RGB (Red+Green+Blue) = 76+189+112=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBD70 is #B3428F. Grayscale: #929292. Windows color (decimal): -11747984 or 7388492. OLE color: 7388492.
HSL color Cylindrical-coordinate representation of color #4CBD70: hue angle of 139.12º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBD70 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 112 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.26 |
| HSL | 139.12º | 0.46% | 0.52% | - |
| HSV(B) | 139.12º | 0.6% | 0.74% | - |
| XYZ | 24.1 | 39.1 | 21.61 | - |
| YUV | 146.44 | 108.56 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 112 | 0.60 | 0 | 0.41 | 0.26 | 139.12 | 0.46 | 0.52 |
| Hex | 4C | BD | 70 | 3C | 0 | 29 | 1A | 8B | 2E | 34 |
| Octal | 114 | 275 | 160 | 74 | 0 | 51 | 32 | 213 | 56 | 64 |
| Binary | 1001100 | 10111101 | 1110000 | 111100 | 0 | 101001 | 11010 | 10001011 | 101110 | 110100 |
Color Harmonies of #4CBD70
Complementary color
Monochromatic Colors of #4CBD70
Black with #4CBD70
Text Example
Text Example
White with #4CBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBD70; }
p { color: rgb(76,189,112); }
H1.HeaderClassName
{
color: #4CBD70;
}
.AnyTagClassName
{
color: #4CBD70;
}
</style>
background-color css
<style>
a { background-color: #4CBD70; }
a { background-color: rgb(76,189,112); }
div.DivClassName
{
background-color: #4CBD70;
}
.BgClassName
{
background-color: #4CBD70;
}
</style>
border-color css
<style>
span { border-color: #4CBD70; }
span { border-color: rgb(76,189,112); }
td.TdClassName
{
border-color: #4CBD70;
}
.TagClassName
{
border-color: #4CBD70;
}
</style>