Shades of Emerald #5BCB74
Tints of Emerald #5BCB74
RGB
CMYK
RGB Variations
Color information
#5BCB74 (or 0x5BCB74) is known color: Emerald. HEX triplet: 5B, CB and 74. RGB value is (91,203,116). Sum of RGB (Red+Green+Blue) = 91+203+116=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB74 is #A4348B. Grayscale: #9F9F9F. Windows color (decimal): -10761356 or 7654235. OLE color: 7654235.
HSL color Cylindrical-coordinate representation of color #5BCB74: hue angle of 133.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCB74 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 116 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.20 |
| HSL | 133.39º | 0.52% | 0.58% | - |
| HSV(B) | 133.39º | 0.55% | 0.8% | - |
| XYZ | 28.82 | 46.2 | 23.92 | - |
| YUV | 159.59 | 103.39 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 116 | 0.55 | 0 | 0.43 | 0.20 | 133.39 | 0.52 | 0.58 |
| Hex | 5B | CB | 74 | 37 | 0 | 2B | 14 | 85 | 34 | 3A |
| Octal | 133 | 313 | 164 | 67 | 0 | 53 | 24 | 205 | 64 | 72 |
| Binary | 1011011 | 11001011 | 1110100 | 110111 | 0 | 101011 | 10100 | 10000101 | 110100 | 111010 |
Color Harmonies of #5BCB74
Complementary color
Monochromatic Colors of #5BCB74
Black with #5BCB74
Text Example
Text Example
White with #5BCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB74; }
p { color: rgb(91,203,116); }
H1.HeaderClassName
{
color: #5BCB74;
}
.AnyTagClassName
{
color: #5BCB74;
}
</style>
background-color css
<style>
a { background-color: #5BCB74; }
a { background-color: rgb(91,203,116); }
div.DivClassName
{
background-color: #5BCB74;
}
.BgClassName
{
background-color: #5BCB74;
}
</style>
border-color css
<style>
span { border-color: #5BCB74; }
span { border-color: rgb(91,203,116); }
td.TdClassName
{
border-color: #5BCB74;
}
.TagClassName
{
border-color: #5BCB74;
}
</style>