Shades of Emerald #4BCB74
Tints of Emerald #4BCB74
RGB
CMYK
RGB Variations
Color information
#4BCB74 (or 0x4BCB74) is known color: Emerald. HEX triplet: 4B, CB and 74. RGB value is (75,203,116). Sum of RGB (Red+Green+Blue) = 75+203+116=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB74 is #B4348B. Grayscale: #9B9B9B. Windows color (decimal): -11809932 or 7654219. OLE color: 7654219.
HSL color Cylindrical-coordinate representation of color #4BCB74: hue angle of 139.22º 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 #4BCB74 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 116 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.20 |
| HSL | 139.22º | 0.55% | 0.55% | - |
| HSV(B) | 139.22º | 0.63% | 0.8% | - |
| XYZ | 27.41 | 45.47 | 23.85 | - |
| YUV | 154.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 116 | 0.63 | 0 | 0.43 | 0.20 | 139.22 | 0.55 | 0.55 |
| Hex | 4B | CB | 74 | 3F | 0 | 2B | 14 | 8B | 37 | 37 |
| Octal | 113 | 313 | 164 | 77 | 0 | 53 | 24 | 213 | 67 | 67 |
| Binary | 1001011 | 11001011 | 1110100 | 111111 | 0 | 101011 | 10100 | 10001011 | 110111 | 110111 |
Color Harmonies of #4BCB74
Complementary color
Monochromatic Colors of #4BCB74
Black with #4BCB74
Text Example
Text Example
White with #4BCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB74; }
p { color: rgb(75,203,116); }
H1.HeaderClassName
{
color: #4BCB74;
}
.AnyTagClassName
{
color: #4BCB74;
}
</style>
background-color css
<style>
a { background-color: #4BCB74; }
a { background-color: rgb(75,203,116); }
div.DivClassName
{
background-color: #4BCB74;
}
.BgClassName
{
background-color: #4BCB74;
}
</style>
border-color css
<style>
span { border-color: #4BCB74; }
span { border-color: rgb(75,203,116); }
td.TdClassName
{
border-color: #4BCB74;
}
.TagClassName
{
border-color: #4BCB74;
}
</style>