Shades of Emerald #5BC182
Tints of Emerald #5BC182
RGB
CMYK
RGB Variations
Color information
#5BC182 (or 0x5BC182) is known color: Emerald. HEX triplet: 5B, C1 and 82. RGB value is (91,193,130). Sum of RGB (Red+Green+Blue) = 91+193+130=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC182 is #A43E7D. Grayscale: #9B9B9B. Windows color (decimal): -10763902 or 8569179. OLE color: 8569179.
HSL color Cylindrical-coordinate representation of color #5BC182: hue angle of 142.94º degrees, saturation: 0.45, 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 #5BC182 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 130 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.24 |
| HSL | 142.94º | 0.45% | 0.56% | - |
| HSV(B) | 142.94º | 0.53% | 0.76% | - |
| XYZ | 27.41 | 41.98 | 27.78 | - |
| YUV | 155.32 | 113.71 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 130 | 0.53 | 0 | 0.33 | 0.24 | 142.94 | 0.45 | 0.56 |
| Hex | 5B | C1 | 82 | 35 | 0 | 21 | 18 | 8F | 2D | 38 |
| Octal | 133 | 301 | 202 | 65 | 0 | 41 | 30 | 217 | 55 | 70 |
| Binary | 1011011 | 11000001 | 10000010 | 110101 | 0 | 100001 | 11000 | 10001111 | 101101 | 111000 |
Color Harmonies of #5BC182
Complementary color
Monochromatic Colors of #5BC182
Black with #5BC182
Text Example
Text Example
White with #5BC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC182; }
p { color: rgb(91,193,130); }
H1.HeaderClassName
{
color: #5BC182;
}
.AnyTagClassName
{
color: #5BC182;
}
</style>
background-color css
<style>
a { background-color: #5BC182; }
a { background-color: rgb(91,193,130); }
div.DivClassName
{
background-color: #5BC182;
}
.BgClassName
{
background-color: #5BC182;
}
</style>
border-color css
<style>
span { border-color: #5BC182; }
span { border-color: rgb(91,193,130); }
td.TdClassName
{
border-color: #5BC182;
}
.TagClassName
{
border-color: #5BC182;
}
</style>