Shades of Emerald #4CBF71
Tints of Emerald #4CBF71
RGB
CMYK
RGB Variations
Color information
#4CBF71 (or 0x4CBF71) is known color: Emerald. HEX triplet: 4C, BF and 71. RGB value is (76,191,113). Sum of RGB (Red+Green+Blue) = 76+191+113=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF71 is #B3408E. Grayscale: #939393. Windows color (decimal): -11747471 or 7454540. OLE color: 7454540.
HSL color Cylindrical-coordinate representation of color #4CBF71: hue angle of 139.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBF71 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 113 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.25 |
| HSL | 139.3º | 0.47% | 0.52% | - |
| HSV(B) | 139.3º | 0.6% | 0.75% | - |
| XYZ | 24.59 | 39.99 | 22.05 | - |
| YUV | 147.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 113 | 0.60 | 0 | 0.41 | 0.25 | 139.3 | 0.47 | 0.52 |
| Hex | 4C | BF | 71 | 3C | 0 | 29 | 19 | 8B | 2F | 34 |
| Octal | 114 | 277 | 161 | 74 | 0 | 51 | 31 | 213 | 57 | 64 |
| Binary | 1001100 | 10111111 | 1110001 | 111100 | 0 | 101001 | 11001 | 10001011 | 101111 | 110100 |
Color Harmonies of #4CBF71
Complementary color
Monochromatic Colors of #4CBF71
Black with #4CBF71
Text Example
Text Example
White with #4CBF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF71; }
p { color: rgb(76,191,113); }
H1.HeaderClassName
{
color: #4CBF71;
}
.AnyTagClassName
{
color: #4CBF71;
}
</style>
background-color css
<style>
a { background-color: #4CBF71; }
a { background-color: rgb(76,191,113); }
div.DivClassName
{
background-color: #4CBF71;
}
.BgClassName
{
background-color: #4CBF71;
}
</style>
border-color css
<style>
span { border-color: #4CBF71; }
span { border-color: rgb(76,191,113); }
td.TdClassName
{
border-color: #4CBF71;
}
.TagClassName
{
border-color: #4CBF71;
}
</style>