Shades of Emerald #5BD667
Tints of Emerald #5BD667
RGB
CMYK
RGB Variations
Color information
#5BD667 (or 0x5BD667) is known color: Emerald. HEX triplet: 5B, D6 and 67. RGB value is (91,214,103). Sum of RGB (Red+Green+Blue) = 91+214+103=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD667 is #A42998. Grayscale: #A4A4A4. Windows color (decimal): -10758553 or 6805083. OLE color: 6805083.
HSL color Cylindrical-coordinate representation of color #5BD667: hue angle of 125.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD667 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 214 | 103 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.16 |
| HSL | 125.85º | 0.6% | 0.6% | - |
| HSV(B) | 125.85º | 0.57% | 0.84% | - |
| XYZ | 30.81 | 51.3 | 21.11 | - |
| YUV | 164.57 | 93.25 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 214 | 103 | 0.57 | 0 | 0.52 | 0.16 | 125.85 | 0.6 | 0.6 |
| Hex | 5B | D6 | 67 | 39 | 0 | 34 | 10 | 7E | 3C | 3C |
| Octal | 133 | 326 | 147 | 71 | 0 | 64 | 20 | 176 | 74 | 74 |
| Binary | 1011011 | 11010110 | 1100111 | 111001 | 0 | 110100 | 10000 | 1111110 | 111100 | 111100 |
Color Harmonies of #5BD667
Complementary color
Monochromatic Colors of #5BD667
Black with #5BD667
Text Example
Text Example
White with #5BD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD667; }
p { color: rgb(91,214,103); }
H1.HeaderClassName
{
color: #5BD667;
}
.AnyTagClassName
{
color: #5BD667;
}
</style>
background-color css
<style>
a { background-color: #5BD667; }
a { background-color: rgb(91,214,103); }
div.DivClassName
{
background-color: #5BD667;
}
.BgClassName
{
background-color: #5BD667;
}
</style>
border-color css
<style>
span { border-color: #5BD667; }
span { border-color: rgb(91,214,103); }
td.TdClassName
{
border-color: #5BD667;
}
.TagClassName
{
border-color: #5BD667;
}
</style>