Shades of Emerald #4BCD71
Tints of Emerald #4BCD71
RGB
CMYK
RGB Variations
Color information
#4BCD71 (or 0x4BCD71) is known color: Emerald. HEX triplet: 4B, CD and 71. RGB value is (75,205,113). Sum of RGB (Red+Green+Blue) = 75+205+113=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCD71 is #B4328E. Grayscale: #9B9B9B. Windows color (decimal): -11809423 or 7458123. OLE color: 7458123.
HSL color Cylindrical-coordinate representation of color #4BCD71: hue angle of 137.54º degrees, saturation: 0.57, 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 #4BCD71 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 113 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.20 |
| HSL | 137.54º | 0.57% | 0.55% | - |
| HSV(B) | 137.54º | 0.63% | 0.8% | - |
| XYZ | 27.71 | 46.35 | 23.11 | - |
| YUV | 155.64 | 103.93 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 113 | 0.63 | 0 | 0.45 | 0.20 | 137.54 | 0.57 | 0.55 |
| Hex | 4B | CD | 71 | 3F | 0 | 2D | 14 | 8A | 39 | 37 |
| Octal | 113 | 315 | 161 | 77 | 0 | 55 | 24 | 212 | 71 | 67 |
| Binary | 1001011 | 11001101 | 1110001 | 111111 | 0 | 101101 | 10100 | 10001010 | 111001 | 110111 |
Color Harmonies of #4BCD71
Complementary color
Monochromatic Colors of #4BCD71
Black with #4BCD71
Text Example
Text Example
White with #4BCD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCD71; }
p { color: rgb(75,205,113); }
H1.HeaderClassName
{
color: #4BCD71;
}
.AnyTagClassName
{
color: #4BCD71;
}
</style>
background-color css
<style>
a { background-color: #4BCD71; }
a { background-color: rgb(75,205,113); }
div.DivClassName
{
background-color: #4BCD71;
}
.BgClassName
{
background-color: #4BCD71;
}
</style>
border-color css
<style>
span { border-color: #4BCD71; }
span { border-color: rgb(75,205,113); }
td.TdClassName
{
border-color: #4BCD71;
}
.TagClassName
{
border-color: #4BCD71;
}
</style>