Shades of Emerald #4BCB7B
Tints of Emerald #4BCB7B
RGB
CMYK
RGB Variations
Color information
#4BCB7B (or 0x4BCB7B) is known color: Emerald. HEX triplet: 4B, CB and 7B. RGB value is (75,203,123). Sum of RGB (Red+Green+Blue) = 75+203+123=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB7B is #B43484. Grayscale: #9B9B9B. Windows color (decimal): -11809925 or 8112971. OLE color: 8112971.
HSL color Cylindrical-coordinate representation of color #4BCB7B: hue angle of 142.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB7B is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 123 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.20 |
| HSL | 142.5º | 0.55% | 0.55% | - |
| HSV(B) | 142.5º | 0.63% | 0.8% | - |
| XYZ | 27.83 | 45.64 | 26.08 | - |
| YUV | 155.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 123 | 0.63 | 0 | 0.39 | 0.20 | 142.5 | 0.55 | 0.55 |
| Hex | 4B | CB | 7B | 3F | 0 | 27 | 14 | 8E | 37 | 37 |
| Octal | 113 | 313 | 173 | 77 | 0 | 47 | 24 | 216 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1111011 | 111111 | 0 | 100111 | 10100 | 10001110 | 110111 | 110111 |
Color Harmonies of #4BCB7B
Complementary color
Monochromatic Colors of #4BCB7B
Black with #4BCB7B
Text Example
Text Example
White with #4BCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB7B; }
p { color: rgb(75,203,123); }
H1.HeaderClassName
{
color: #4BCB7B;
}
.AnyTagClassName
{
color: #4BCB7B;
}
</style>
background-color css
<style>
a { background-color: #4BCB7B; }
a { background-color: rgb(75,203,123); }
div.DivClassName
{
background-color: #4BCB7B;
}
.BgClassName
{
background-color: #4BCB7B;
}
</style>
border-color css
<style>
span { border-color: #4BCB7B; }
span { border-color: rgb(75,203,123); }
td.TdClassName
{
border-color: #4BCB7B;
}
.TagClassName
{
border-color: #4BCB7B;
}
</style>