Shades of Emerald #4CBE7B
Tints of Emerald #4CBE7B
RGB
CMYK
RGB Variations
Color information
#4CBE7B (or 0x4CBE7B) is known color: Emerald. HEX triplet: 4C, BE and 7B. RGB value is (76,190,123). Sum of RGB (Red+Green+Blue) = 76+190+123=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBE7B is #B34184. Grayscale: #949494. Windows color (decimal): -11747717 or 8109644. OLE color: 8109644.
HSL color Cylindrical-coordinate representation of color #4CBE7B: hue angle of 144.74º 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 #4CBE7B is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 123 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.25 |
| HSL | 144.74º | 0.47% | 0.52% | - |
| HSV(B) | 144.74º | 0.6% | 0.75% | - |
| XYZ | 24.97 | 39.79 | 25.1 | - |
| YUV | 148.28 | 113.73 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 123 | 0.60 | 0 | 0.35 | 0.25 | 144.74 | 0.47 | 0.52 |
| Hex | 4C | BE | 7B | 3C | 0 | 23 | 19 | 91 | 2F | 34 |
| Octal | 114 | 276 | 173 | 74 | 0 | 43 | 31 | 221 | 57 | 64 |
| Binary | 1001100 | 10111110 | 1111011 | 111100 | 0 | 100011 | 11001 | 10010001 | 101111 | 110100 |
Color Harmonies of #4CBE7B
Complementary color
Monochromatic Colors of #4CBE7B
Black with #4CBE7B
Text Example
Text Example
White with #4CBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBE7B; }
p { color: rgb(76,190,123); }
H1.HeaderClassName
{
color: #4CBE7B;
}
.AnyTagClassName
{
color: #4CBE7B;
}
</style>
background-color css
<style>
a { background-color: #4CBE7B; }
a { background-color: rgb(76,190,123); }
div.DivClassName
{
background-color: #4CBE7B;
}
.BgClassName
{
background-color: #4CBE7B;
}
</style>
border-color css
<style>
span { border-color: #4CBE7B; }
span { border-color: rgb(76,190,123); }
td.TdClassName
{
border-color: #4CBE7B;
}
.TagClassName
{
border-color: #4CBE7B;
}
</style>