Shades of Emerald #5BEA7D
Tints of Emerald #5BEA7D
RGB
CMYK
RGB Variations
Color information
#5BEA7D (or 0x5BEA7D) is known color: Emerald. HEX triplet: 5B, EA and 7D. RGB value is (91,234,125). Sum of RGB (Red+Green+Blue) = 91+234+125=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #5BEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5BEA7D is #A41582. Grayscale: #B3B3B3. Windows color (decimal): -10753411 or 8251995. OLE color: 8251995.
HSL color Cylindrical-coordinate representation of color #5BEA7D: hue angle of 134.27º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEA7D is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 234 | 125 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.08 |
| HSL | 134.27º | 0.77% | 0.64% | - |
| HSV(B) | 134.27º | 0.61% | 0.92% | - |
| XYZ | 37.44 | 62.55 | 29.5 | - |
| YUV | 178.82 | 97.62 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 125 | 0.61 | 0 | 0.47 | 0.08 | 134.27 | 0.77 | 0.64 |
| Hex | 5B | EA | 7D | 3D | 0 | 2F | 8 | 86 | 4D | 40 |
| Octal | 133 | 352 | 175 | 75 | 0 | 57 | 10 | 206 | 115 | 100 |
| Binary | 1011011 | 11101010 | 1111101 | 111101 | 0 | 101111 | 1000 | 10000110 | 1001101 | 1000000 |
Color Harmonies of #5BEA7D
Complementary color
Monochromatic Colors of #5BEA7D
Black with #5BEA7D
Text Example
Text Example
White with #5BEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEA7D; }
p { color: rgb(91,234,125); }
H1.HeaderClassName
{
color: #5BEA7D;
}
.AnyTagClassName
{
color: #5BEA7D;
}
</style>
background-color css
<style>
a { background-color: #5BEA7D; }
a { background-color: rgb(91,234,125); }
div.DivClassName
{
background-color: #5BEA7D;
}
.BgClassName
{
background-color: #5BEA7D;
}
</style>
border-color css
<style>
span { border-color: #5BEA7D; }
span { border-color: rgb(91,234,125); }
td.TdClassName
{
border-color: #5BEA7D;
}
.TagClassName
{
border-color: #5BEA7D;
}
</style>