Shades of Emerald #5BCC7D
Tints of Emerald #5BCC7D
RGB
CMYK
RGB Variations
Color information
#5BCC7D (or 0x5BCC7D) is known color: Emerald. HEX triplet: 5B, CC and 7D. RGB value is (91,204,125). Sum of RGB (Red+Green+Blue) = 91+204+125=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCC7D is #A43382. Grayscale: #A1A1A1. Windows color (decimal): -10761091 or 8244315. OLE color: 8244315.
HSL color Cylindrical-coordinate representation of color #5BCC7D: hue angle of 138.05º degrees, saturation: 0.53, 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 #5BCC7D is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 125 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.2 |
| HSL | 138.05º | 0.53% | 0.58% | - |
| HSV(B) | 138.05º | 0.55% | 0.8% | - |
| XYZ | 29.61 | 46.89 | 26.89 | - |
| YUV | 161.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 125 | 0.55 | 0 | 0.39 | 0.2 | 138.05 | 0.53 | 0.58 |
| Hex | 5B | CC | 7D | 37 | 0 | 27 | 14 | 8A | 35 | 3A |
| Octal | 133 | 314 | 175 | 67 | 0 | 47 | 24 | 212 | 65 | 72 |
| Binary | 1011011 | 11001100 | 1111101 | 110111 | 0 | 100111 | 10100 | 10001010 | 110101 | 111010 |
Color Harmonies of #5BCC7D
Complementary color
Monochromatic Colors of #5BCC7D
Black with #5BCC7D
Text Example
Text Example
White with #5BCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC7D; }
p { color: rgb(91,204,125); }
H1.HeaderClassName
{
color: #5BCC7D;
}
.AnyTagClassName
{
color: #5BCC7D;
}
</style>
background-color css
<style>
a { background-color: #5BCC7D; }
a { background-color: rgb(91,204,125); }
div.DivClassName
{
background-color: #5BCC7D;
}
.BgClassName
{
background-color: #5BCC7D;
}
</style>
border-color css
<style>
span { border-color: #5BCC7D; }
span { border-color: rgb(91,204,125); }
td.TdClassName
{
border-color: #5BCC7D;
}
.TagClassName
{
border-color: #5BCC7D;
}
</style>