Shades of Emerald #5BC27A
Tints of Emerald #5BC27A
RGB
CMYK
RGB Variations
Color information
#5BC27A (or 0x5BC27A) is known color: Emerald. HEX triplet: 5B, C2 and 7A. RGB value is (91,194,122). Sum of RGB (Red+Green+Blue) = 91+194+122=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC27A is #A43D85. Grayscale: #9B9B9B. Windows color (decimal): -10763654 or 8045147. OLE color: 8045147.
HSL color Cylindrical-coordinate representation of color #5BC27A: hue angle of 138.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC27A is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 122 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.24 |
| HSL | 138.06º | 0.46% | 0.56% | - |
| HSV(B) | 138.06º | 0.53% | 0.76% | - |
| XYZ | 27.12 | 42.21 | 25.13 | - |
| YUV | 155 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 122 | 0.53 | 0 | 0.37 | 0.24 | 138.06 | 0.46 | 0.56 |
| Hex | 5B | C2 | 7A | 35 | 0 | 25 | 18 | 8A | 2E | 38 |
| Octal | 133 | 302 | 172 | 65 | 0 | 45 | 30 | 212 | 56 | 70 |
| Binary | 1011011 | 11000010 | 1111010 | 110101 | 0 | 100101 | 11000 | 10001010 | 101110 | 111000 |
Color Harmonies of #5BC27A
Complementary color
Monochromatic Colors of #5BC27A
Black with #5BC27A
Text Example
Text Example
White with #5BC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC27A; }
p { color: rgb(91,194,122); }
H1.HeaderClassName
{
color: #5BC27A;
}
.AnyTagClassName
{
color: #5BC27A;
}
</style>
background-color css
<style>
a { background-color: #5BC27A; }
a { background-color: rgb(91,194,122); }
div.DivClassName
{
background-color: #5BC27A;
}
.BgClassName
{
background-color: #5BC27A;
}
</style>
border-color css
<style>
span { border-color: #5BC27A; }
span { border-color: rgb(91,194,122); }
td.TdClassName
{
border-color: #5BC27A;
}
.TagClassName
{
border-color: #5BC27A;
}
</style>