Shades of Emerald #5BCE7F
Tints of Emerald #5BCE7F
RGB
CMYK
RGB Variations
Color information
#5BCE7F (or 0x5BCE7F) is known color: Emerald. HEX triplet: 5B, CE and 7F. RGB value is (91,206,127). Sum of RGB (Red+Green+Blue) = 91+206+127=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCE7F is #A43180. Grayscale: #A2A2A2. Windows color (decimal): -10760577 or 8375899. OLE color: 8375899.
HSL color Cylindrical-coordinate representation of color #5BCE7F: hue angle of 138.78º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCE7F is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 127 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.19 |
| HSL | 138.78º | 0.54% | 0.58% | - |
| HSV(B) | 138.78º | 0.56% | 0.81% | - |
| XYZ | 30.22 | 47.9 | 27.73 | - |
| YUV | 162.61 | 107.9 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 127 | 0.56 | 0 | 0.38 | 0.19 | 138.78 | 0.54 | 0.58 |
| Hex | 5B | CE | 7F | 38 | 0 | 26 | 13 | 8B | 36 | 3A |
| Octal | 133 | 316 | 177 | 70 | 0 | 46 | 23 | 213 | 66 | 72 |
| Binary | 1011011 | 11001110 | 1111111 | 111000 | 0 | 100110 | 10011 | 10001011 | 110110 | 111010 |
Color Harmonies of #5BCE7F
Complementary color
Monochromatic Colors of #5BCE7F
Black with #5BCE7F
Text Example
Text Example
White with #5BCE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCE7F; }
p { color: rgb(91,206,127); }
H1.HeaderClassName
{
color: #5BCE7F;
}
.AnyTagClassName
{
color: #5BCE7F;
}
</style>
background-color css
<style>
a { background-color: #5BCE7F; }
a { background-color: rgb(91,206,127); }
div.DivClassName
{
background-color: #5BCE7F;
}
.BgClassName
{
background-color: #5BCE7F;
}
</style>
border-color css
<style>
span { border-color: #5BCE7F; }
span { border-color: rgb(91,206,127); }
td.TdClassName
{
border-color: #5BCE7F;
}
.TagClassName
{
border-color: #5BCE7F;
}
</style>