Shades of Emerald #5BCF7C
Tints of Emerald #5BCF7C
RGB
CMYK
RGB Variations
Color information
#5BCF7C (or 0x5BCF7C) is known color: Emerald. HEX triplet: 5B, CF and 7C. RGB value is (91,207,124). Sum of RGB (Red+Green+Blue) = 91+207+124=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCF7C is #A43083. Grayscale: #A3A3A3. Windows color (decimal): -10760324 or 8179547. OLE color: 8179547.
HSL color Cylindrical-coordinate representation of color #5BCF7C: hue angle of 137.07º degrees, saturation: 0.55, 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 #5BCF7C is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 124 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.19 |
| HSL | 137.07º | 0.55% | 0.58% | - |
| HSV(B) | 137.07º | 0.56% | 0.81% | - |
| XYZ | 30.27 | 48.31 | 26.8 | - |
| YUV | 162.85 | 106.07 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 124 | 0.56 | 0 | 0.40 | 0.19 | 137.07 | 0.55 | 0.58 |
| Hex | 5B | CF | 7C | 38 | 0 | 28 | 13 | 89 | 37 | 3A |
| Octal | 133 | 317 | 174 | 70 | 0 | 50 | 23 | 211 | 67 | 72 |
| Binary | 1011011 | 11001111 | 1111100 | 111000 | 0 | 101000 | 10011 | 10001001 | 110111 | 111010 |
Color Harmonies of #5BCF7C
Complementary color
Monochromatic Colors of #5BCF7C
Black with #5BCF7C
Text Example
Text Example
White with #5BCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF7C; }
p { color: rgb(91,207,124); }
H1.HeaderClassName
{
color: #5BCF7C;
}
.AnyTagClassName
{
color: #5BCF7C;
}
</style>
background-color css
<style>
a { background-color: #5BCF7C; }
a { background-color: rgb(91,207,124); }
div.DivClassName
{
background-color: #5BCF7C;
}
.BgClassName
{
background-color: #5BCF7C;
}
</style>
border-color css
<style>
span { border-color: #5BCF7C; }
span { border-color: rgb(91,207,124); }
td.TdClassName
{
border-color: #5BCF7C;
}
.TagClassName
{
border-color: #5BCF7C;
}
</style>