Shades of Emerald #5BCC75
Tints of Emerald #5BCC75
RGB
CMYK
RGB Variations
Color information
#5BCC75 (or 0x5BCC75) is known color: Emerald. HEX triplet: 5B, CC and 75. RGB value is (91,204,117). Sum of RGB (Red+Green+Blue) = 91+204+117=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCC75 is #A4338A. Grayscale: #A0A0A0. Windows color (decimal): -10761099 or 7720027. OLE color: 7720027.
HSL color Cylindrical-coordinate representation of color #5BCC75: hue angle of 133.81º 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 #5BCC75 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 117 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.2 |
| HSL | 133.81º | 0.53% | 0.58% | - |
| HSV(B) | 133.81º | 0.55% | 0.8% | - |
| XYZ | 29.12 | 46.69 | 24.31 | - |
| YUV | 160.3 | 103.56 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 117 | 0.55 | 0 | 0.43 | 0.2 | 133.81 | 0.53 | 0.58 |
| Hex | 5B | CC | 75 | 37 | 0 | 2B | 14 | 86 | 35 | 3A |
| Octal | 133 | 314 | 165 | 67 | 0 | 53 | 24 | 206 | 65 | 72 |
| Binary | 1011011 | 11001100 | 1110101 | 110111 | 0 | 101011 | 10100 | 10000110 | 110101 | 111010 |
Color Harmonies of #5BCC75
Complementary color
Monochromatic Colors of #5BCC75
Black with #5BCC75
Text Example
Text Example
White with #5BCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC75; }
p { color: rgb(91,204,117); }
H1.HeaderClassName
{
color: #5BCC75;
}
.AnyTagClassName
{
color: #5BCC75;
}
</style>
background-color css
<style>
a { background-color: #5BCC75; }
a { background-color: rgb(91,204,117); }
div.DivClassName
{
background-color: #5BCC75;
}
.BgClassName
{
background-color: #5BCC75;
}
</style>
border-color css
<style>
span { border-color: #5BCC75; }
span { border-color: rgb(91,204,117); }
td.TdClassName
{
border-color: #5BCC75;
}
.TagClassName
{
border-color: #5BCC75;
}
</style>