Shades of Emerald #5BD270
Tints of Emerald #5BD270
RGB
CMYK
RGB Variations
Color information
#5BD270 (or 0x5BD270) is known color: Emerald. HEX triplet: 5B, D2 and 70. RGB value is (91,210,112). Sum of RGB (Red+Green+Blue) = 91+210+112=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD270 is #A42D8F. Grayscale: #A3A3A3. Windows color (decimal): -10759568 or 7393883. OLE color: 7393883.
HSL color Cylindrical-coordinate representation of color #5BD270: hue angle of 130.59º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD270 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 112 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.18 |
| HSL | 130.59º | 0.57% | 0.59% | - |
| HSV(B) | 130.59º | 0.57% | 0.82% | - |
| XYZ | 30.29 | 49.49 | 23.29 | - |
| YUV | 163.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 112 | 0.57 | 0 | 0.47 | 0.18 | 130.59 | 0.57 | 0.59 |
| Hex | 5B | D2 | 70 | 39 | 0 | 2F | 12 | 83 | 39 | 3B |
| Octal | 133 | 322 | 160 | 71 | 0 | 57 | 22 | 203 | 71 | 73 |
| Binary | 1011011 | 11010010 | 1110000 | 111001 | 0 | 101111 | 10010 | 10000011 | 111001 | 111011 |
Color Harmonies of #5BD270
Complementary color
Monochromatic Colors of #5BD270
Black with #5BD270
Text Example
Text Example
White with #5BD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD270; }
p { color: rgb(91,210,112); }
H1.HeaderClassName
{
color: #5BD270;
}
.AnyTagClassName
{
color: #5BD270;
}
</style>
background-color css
<style>
a { background-color: #5BD270; }
a { background-color: rgb(91,210,112); }
div.DivClassName
{
background-color: #5BD270;
}
.BgClassName
{
background-color: #5BD270;
}
</style>
border-color css
<style>
span { border-color: #5BD270; }
span { border-color: rgb(91,210,112); }
td.TdClassName
{
border-color: #5BD270;
}
.TagClassName
{
border-color: #5BD270;
}
</style>