Shades of Emerald #4CBF6F
Tints of Emerald #4CBF6F
RGB
CMYK
RGB Variations
Color information
#4CBF6F (or 0x4CBF6F) is known color: Emerald. HEX triplet: 4C, BF and 6F. RGB value is (76,191,111). Sum of RGB (Red+Green+Blue) = 76+191+111=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF6F is #B34090. Grayscale: #939393. Windows color (decimal): -11747473 or 7323468. OLE color: 7323468.
HSL color Cylindrical-coordinate representation of color #4CBF6F: hue angle of 138.26º 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 #4CBF6F is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 111 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.25 |
| HSL | 138.26º | 0.47% | 0.52% | - |
| HSV(B) | 138.26º | 0.6% | 0.75% | - |
| XYZ | 24.48 | 39.95 | 21.46 | - |
| YUV | 147.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 111 | 0.60 | 0 | 0.42 | 0.25 | 138.26 | 0.47 | 0.52 |
| Hex | 4C | BF | 6F | 3C | 0 | 2A | 19 | 8A | 2F | 34 |
| Octal | 114 | 277 | 157 | 74 | 0 | 52 | 31 | 212 | 57 | 64 |
| Binary | 1001100 | 10111111 | 1101111 | 111100 | 0 | 101010 | 11001 | 10001010 | 101111 | 110100 |
Color Harmonies of #4CBF6F
Complementary color
Monochromatic Colors of #4CBF6F
Black with #4CBF6F
Text Example
Text Example
White with #4CBF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF6F; }
p { color: rgb(76,191,111); }
H1.HeaderClassName
{
color: #4CBF6F;
}
.AnyTagClassName
{
color: #4CBF6F;
}
</style>
background-color css
<style>
a { background-color: #4CBF6F; }
a { background-color: rgb(76,191,111); }
div.DivClassName
{
background-color: #4CBF6F;
}
.BgClassName
{
background-color: #4CBF6F;
}
</style>
border-color css
<style>
span { border-color: #4CBF6F; }
span { border-color: rgb(76,191,111); }
td.TdClassName
{
border-color: #4CBF6F;
}
.TagClassName
{
border-color: #4CBF6F;
}
</style>