Shades of Emerald #4BCB6D
Tints of Emerald #4BCB6D
RGB
CMYK
RGB Variations
Color information
#4BCB6D (or 0x4BCB6D) is known color: Emerald. HEX triplet: 4B, CB and 6D. RGB value is (75,203,109). Sum of RGB (Red+Green+Blue) = 75+203+109=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB6D is #B43492. Grayscale: #9A9A9A. Windows color (decimal): -11809939 or 7195467. OLE color: 7195467.
HSL color Cylindrical-coordinate representation of color #4BCB6D: hue angle of 135.94º 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 #4BCB6D is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 109 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.20 |
| HSL | 135.94º | 0.55% | 0.55% | - |
| HSV(B) | 135.94º | 0.63% | 0.8% | - |
| XYZ | 27.02 | 45.31 | 21.79 | - |
| YUV | 154.01 | 102.59 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 109 | 0.63 | 0 | 0.46 | 0.20 | 135.94 | 0.55 | 0.55 |
| Hex | 4B | CB | 6D | 3F | 0 | 2E | 14 | 88 | 37 | 37 |
| Octal | 113 | 313 | 155 | 77 | 0 | 56 | 24 | 210 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1101101 | 111111 | 0 | 101110 | 10100 | 10001000 | 110111 | 110111 |
Color Harmonies of #4BCB6D
Complementary color
Monochromatic Colors of #4BCB6D
Black with #4BCB6D
Text Example
Text Example
White with #4BCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB6D; }
p { color: rgb(75,203,109); }
H1.HeaderClassName
{
color: #4BCB6D;
}
.AnyTagClassName
{
color: #4BCB6D;
}
</style>
background-color css
<style>
a { background-color: #4BCB6D; }
a { background-color: rgb(75,203,109); }
div.DivClassName
{
background-color: #4BCB6D;
}
.BgClassName
{
background-color: #4BCB6D;
}
</style>
border-color css
<style>
span { border-color: #4BCB6D; }
span { border-color: rgb(75,203,109); }
td.TdClassName
{
border-color: #4BCB6D;
}
.TagClassName
{
border-color: #4BCB6D;
}
</style>