Shades of Emerald #4CCB7D
Tints of Emerald #4CCB7D
RGB
CMYK
RGB Variations
Color information
#4CCB7D (or 0x4CCB7D) is known color: Emerald. HEX triplet: 4C, CB and 7D. RGB value is (76,203,125). Sum of RGB (Red+Green+Blue) = 76+203+125=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCB7D is #B33482. Grayscale: #9C9C9C. Windows color (decimal): -11744387 or 8244044. OLE color: 8244044.
HSL color Cylindrical-coordinate representation of color #4CCB7D: hue angle of 143.15º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCB7D is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 203 | 125 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.20 |
| HSL | 143.15º | 0.55% | 0.55% | - |
| HSV(B) | 143.15º | 0.63% | 0.8% | - |
| XYZ | 28.04 | 45.73 | 26.75 | - |
| YUV | 156.14 | 110.42 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 125 | 0.63 | 0 | 0.38 | 0.20 | 143.15 | 0.55 | 0.55 |
| Hex | 4C | CB | 7D | 3F | 0 | 26 | 14 | 8F | 37 | 37 |
| Octal | 114 | 313 | 175 | 77 | 0 | 46 | 24 | 217 | 67 | 67 |
| Binary | 1001100 | 11001011 | 1111101 | 111111 | 0 | 100110 | 10100 | 10001111 | 110111 | 110111 |
Color Harmonies of #4CCB7D
Complementary color
Monochromatic Colors of #4CCB7D
Black with #4CCB7D
Text Example
Text Example
White with #4CCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCB7D; }
p { color: rgb(76,203,125); }
H1.HeaderClassName
{
color: #4CCB7D;
}
.AnyTagClassName
{
color: #4CCB7D;
}
</style>
background-color css
<style>
a { background-color: #4CCB7D; }
a { background-color: rgb(76,203,125); }
div.DivClassName
{
background-color: #4CCB7D;
}
.BgClassName
{
background-color: #4CCB7D;
}
</style>
border-color css
<style>
span { border-color: #4CCB7D; }
span { border-color: rgb(76,203,125); }
td.TdClassName
{
border-color: #4CCB7D;
}
.TagClassName
{
border-color: #4CCB7D;
}
</style>