Shades of Emerald #5BCF84
Tints of Emerald #5BCF84
RGB
CMYK
RGB Variations
Color information
#5BCF84 (or 0x5BCF84) is known color: Emerald. HEX triplet: 5B, CF and 84. RGB value is (91,207,132). Sum of RGB (Red+Green+Blue) = 91+207+132=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF84 is #A4307B. Grayscale: #A3A3A3. Windows color (decimal): -10760316 or 8703835. OLE color: 8703835.
HSL color Cylindrical-coordinate representation of color #5BCF84: hue angle of 141.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCF84 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 132 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.19 |
| HSL | 141.21º | 0.55% | 0.58% | - |
| HSV(B) | 141.21º | 0.56% | 0.81% | - |
| XYZ | 30.79 | 48.52 | 29.57 | - |
| YUV | 163.77 | 110.07 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 132 | 0.56 | 0 | 0.36 | 0.19 | 141.21 | 0.55 | 0.58 |
| Hex | 5B | CF | 84 | 38 | 0 | 24 | 13 | 8D | 37 | 3A |
| Octal | 133 | 317 | 204 | 70 | 0 | 44 | 23 | 215 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10000100 | 111000 | 0 | 100100 | 10011 | 10001101 | 110111 | 111010 |
Color Harmonies of #5BCF84
Complementary color
Monochromatic Colors of #5BCF84
Black with #5BCF84
Text Example
Text Example
White with #5BCF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF84; }
p { color: rgb(91,207,132); }
H1.HeaderClassName
{
color: #5BCF84;
}
.AnyTagClassName
{
color: #5BCF84;
}
</style>
background-color css
<style>
a { background-color: #5BCF84; }
a { background-color: rgb(91,207,132); }
div.DivClassName
{
background-color: #5BCF84;
}
.BgClassName
{
background-color: #5BCF84;
}
</style>
border-color css
<style>
span { border-color: #5BCF84; }
span { border-color: rgb(91,207,132); }
td.TdClassName
{
border-color: #5BCF84;
}
.TagClassName
{
border-color: #5BCF84;
}
</style>