Shades of Emerald #4CBF81
Tints of Emerald #4CBF81
RGB
CMYK
RGB Variations
Color information
#4CBF81 (or 0x4CBF81) is known color: Emerald. HEX triplet: 4C, BF and 81. RGB value is (76,191,129). Sum of RGB (Red+Green+Blue) = 76+191+129=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBF81 is #B3407E. Grayscale: #959595. Windows color (decimal): -11747455 or 8503116. OLE color: 8503116.
HSL color Cylindrical-coordinate representation of color #4CBF81: hue angle of 147.65º 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 #4CBF81 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 129 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.25 |
| HSL | 147.65º | 0.47% | 0.52% | - |
| HSV(B) | 147.65º | 0.6% | 0.75% | - |
| XYZ | 25.57 | 40.38 | 27.22 | - |
| YUV | 149.55 | 116.4 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 129 | 0.60 | 0 | 0.32 | 0.25 | 147.65 | 0.47 | 0.52 |
| Hex | 4C | BF | 81 | 3C | 0 | 20 | 19 | 94 | 2F | 34 |
| Octal | 114 | 277 | 201 | 74 | 0 | 40 | 31 | 224 | 57 | 64 |
| Binary | 1001100 | 10111111 | 10000001 | 111100 | 0 | 100000 | 11001 | 10010100 | 101111 | 110100 |
Color Harmonies of #4CBF81
Complementary color
Monochromatic Colors of #4CBF81
Black with #4CBF81
Text Example
Text Example
White with #4CBF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF81; }
p { color: rgb(76,191,129); }
H1.HeaderClassName
{
color: #4CBF81;
}
.AnyTagClassName
{
color: #4CBF81;
}
</style>
background-color css
<style>
a { background-color: #4CBF81; }
a { background-color: rgb(76,191,129); }
div.DivClassName
{
background-color: #4CBF81;
}
.BgClassName
{
background-color: #4CBF81;
}
</style>
border-color css
<style>
span { border-color: #4CBF81; }
span { border-color: rgb(76,191,129); }
td.TdClassName
{
border-color: #4CBF81;
}
.TagClassName
{
border-color: #4CBF81;
}
</style>