Shades of Emerald #4CBF68
Tints of Emerald #4CBF68
RGB
CMYK
RGB Variations
Color information
#4CBF68 (or 0x4CBF68) is known color: Emerald. HEX triplet: 4C, BF and 68. RGB value is (76,191,104). Sum of RGB (Red+Green+Blue) = 76+191+104=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF68 is #B34097. Grayscale: #929292. Windows color (decimal): -11747480 or 6864716. OLE color: 6864716.
HSL color Cylindrical-coordinate representation of color #4CBF68: hue angle of 134.61º 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 #4CBF68 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 104 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.25 |
| HSL | 134.61º | 0.47% | 0.52% | - |
| HSV(B) | 134.61º | 0.6% | 0.75% | - |
| XYZ | 24.11 | 39.8 | 19.51 | - |
| YUV | 146.7 | 103.9 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 104 | 0.60 | 0 | 0.46 | 0.25 | 134.61 | 0.47 | 0.52 |
| Hex | 4C | BF | 68 | 3C | 0 | 2E | 19 | 87 | 2F | 34 |
| Octal | 114 | 277 | 150 | 74 | 0 | 56 | 31 | 207 | 57 | 64 |
| Binary | 1001100 | 10111111 | 1101000 | 111100 | 0 | 101110 | 11001 | 10000111 | 101111 | 110100 |
Color Harmonies of #4CBF68
Complementary color
Monochromatic Colors of #4CBF68
Black with #4CBF68
Text Example
Text Example
White with #4CBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF68; }
p { color: rgb(76,191,104); }
H1.HeaderClassName
{
color: #4CBF68;
}
.AnyTagClassName
{
color: #4CBF68;
}
</style>
background-color css
<style>
a { background-color: #4CBF68; }
a { background-color: rgb(76,191,104); }
div.DivClassName
{
background-color: #4CBF68;
}
.BgClassName
{
background-color: #4CBF68;
}
</style>
border-color css
<style>
span { border-color: #4CBF68; }
span { border-color: rgb(76,191,104); }
td.TdClassName
{
border-color: #4CBF68;
}
.TagClassName
{
border-color: #4CBF68;
}
</style>