Shades of Emerald #4CBF6C
Tints of Emerald #4CBF6C
RGB
CMYK
RGB Variations
Color information
#4CBF6C (or 0x4CBF6C) is known color: Emerald. HEX triplet: 4C, BF and 6C. RGB value is (76,191,108). Sum of RGB (Red+Green+Blue) = 76+191+108=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF6C is #B34093. Grayscale: #939393. Windows color (decimal): -11747476 or 7126860. OLE color: 7126860.
HSL color Cylindrical-coordinate representation of color #4CBF6C: hue angle of 136.7º 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 #4CBF6C is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 108 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.25 |
| HSL | 136.7º | 0.47% | 0.52% | - |
| HSV(B) | 136.7º | 0.6% | 0.75% | - |
| XYZ | 24.32 | 39.88 | 20.6 | - |
| YUV | 147.15 | 105.9 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 108 | 0.60 | 0 | 0.43 | 0.25 | 136.7 | 0.47 | 0.52 |
| Hex | 4C | BF | 6C | 3C | 0 | 2B | 19 | 89 | 2F | 34 |
| Octal | 114 | 277 | 154 | 74 | 0 | 53 | 31 | 211 | 57 | 64 |
| Binary | 1001100 | 10111111 | 1101100 | 111100 | 0 | 101011 | 11001 | 10001001 | 101111 | 110100 |
Color Harmonies of #4CBF6C
Complementary color
Monochromatic Colors of #4CBF6C
Black with #4CBF6C
Text Example
Text Example
White with #4CBF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF6C; }
p { color: rgb(76,191,108); }
H1.HeaderClassName
{
color: #4CBF6C;
}
.AnyTagClassName
{
color: #4CBF6C;
}
</style>
background-color css
<style>
a { background-color: #4CBF6C; }
a { background-color: rgb(76,191,108); }
div.DivClassName
{
background-color: #4CBF6C;
}
.BgClassName
{
background-color: #4CBF6C;
}
</style>
border-color css
<style>
span { border-color: #4CBF6C; }
span { border-color: rgb(76,191,108); }
td.TdClassName
{
border-color: #4CBF6C;
}
.TagClassName
{
border-color: #4CBF6C;
}
</style>