Shades of Emerald #5BD469
Tints of Emerald #5BD469
RGB
CMYK
RGB Variations
Color information
#5BD469 (or 0x5BD469) is known color: Emerald. HEX triplet: 5B, D4 and 69. RGB value is (91,212,105). Sum of RGB (Red+Green+Blue) = 91+212+105=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #5BD469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD469 is #A42B96. Grayscale: #A3A3A3. Windows color (decimal): -10759063 or 6935643. OLE color: 6935643.
HSL color Cylindrical-coordinate representation of color #5BD469: hue angle of 126.94º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD469 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 212 | 105 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.17 |
| HSL | 126.94º | 0.58% | 0.59% | - |
| HSV(B) | 126.94º | 0.57% | 0.83% | - |
| XYZ | 30.41 | 50.33 | 21.48 | - |
| YUV | 163.62 | 94.91 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 212 | 105 | 0.57 | 0 | 0.50 | 0.17 | 126.94 | 0.58 | 0.59 |
| Hex | 5B | D4 | 69 | 39 | 0 | 32 | 11 | 7F | 3A | 3B |
| Octal | 133 | 324 | 151 | 71 | 0 | 62 | 21 | 177 | 72 | 73 |
| Binary | 1011011 | 11010100 | 1101001 | 111001 | 0 | 110010 | 10001 | 1111111 | 111010 | 111011 |
Color Harmonies of #5BD469
Complementary color
Monochromatic Colors of #5BD469
Black with #5BD469
Text Example
Text Example
White with #5BD469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD469; }
p { color: rgb(91,212,105); }
H1.HeaderClassName
{
color: #5BD469;
}
.AnyTagClassName
{
color: #5BD469;
}
</style>
background-color css
<style>
a { background-color: #5BD469; }
a { background-color: rgb(91,212,105); }
div.DivClassName
{
background-color: #5BD469;
}
.BgClassName
{
background-color: #5BD469;
}
</style>
border-color css
<style>
span { border-color: #5BD469; }
span { border-color: rgb(91,212,105); }
td.TdClassName
{
border-color: #5BD469;
}
.TagClassName
{
border-color: #5BD469;
}
</style>