Shades of Emerald #5BDA74
Tints of Emerald #5BDA74
RGB
CMYK
RGB Variations
Color information
#5BDA74 (or 0x5BDA74) is known color: Emerald. HEX triplet: 5B, DA and 74. RGB value is (91,218,116). Sum of RGB (Red+Green+Blue) = 91+218+116=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #5BDA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BDA74 is #A4258B. Grayscale: #A8A8A8. Windows color (decimal): -10757516 or 7658075. OLE color: 7658075.
HSL color Cylindrical-coordinate representation of color #5BDA74: hue angle of 131.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BDA74 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 218 | 116 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.15 |
| HSL | 131.81º | 0.63% | 0.61% | - |
| HSV(B) | 131.81º | 0.58% | 0.85% | - |
| XYZ | 32.54 | 53.63 | 25.16 | - |
| YUV | 168.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 218 | 116 | 0.58 | 0 | 0.47 | 0.15 | 131.81 | 0.63 | 0.61 |
| Hex | 5B | DA | 74 | 3A | 0 | 2F | F | 84 | 3F | 3D |
| Octal | 133 | 332 | 164 | 72 | 0 | 57 | 17 | 204 | 77 | 75 |
| Binary | 1011011 | 11011010 | 1110100 | 111010 | 0 | 101111 | 1111 | 10000100 | 111111 | 111101 |
Color Harmonies of #5BDA74
Complementary color
Monochromatic Colors of #5BDA74
Black with #5BDA74
Text Example
Text Example
White with #5BDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDA74; }
p { color: rgb(91,218,116); }
H1.HeaderClassName
{
color: #5BDA74;
}
.AnyTagClassName
{
color: #5BDA74;
}
</style>
background-color css
<style>
a { background-color: #5BDA74; }
a { background-color: rgb(91,218,116); }
div.DivClassName
{
background-color: #5BDA74;
}
.BgClassName
{
background-color: #5BDA74;
}
</style>
border-color css
<style>
span { border-color: #5BDA74; }
span { border-color: rgb(91,218,116); }
td.TdClassName
{
border-color: #5BDA74;
}
.TagClassName
{
border-color: #5BDA74;
}
</style>