Shades of Emerald #5BF18C
Tints of Emerald #5BF18C
RGB
CMYK
RGB Variations
Color information
#5BF18C (or 0x5BF18C) is known color: Emerald. HEX triplet: 5B, F1 and 8C. RGB value is (91,241,140). Sum of RGB (Red+Green+Blue) = 91+241+140=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #5BF18C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF18C is #A40E73. Grayscale: #B8B8B8. Windows color (decimal): -10751604 or 9236827. OLE color: 9236827.
HSL color Cylindrical-coordinate representation of color #5BF18C: hue angle of 139.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF18C is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 241 | 140 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.05 |
| HSL | 139.6º | 0.84% | 0.65% | - |
| HSV(B) | 139.6º | 0.62% | 0.95% | - |
| XYZ | 40.5 | 67.03 | 35.61 | - |
| YUV | 184.64 | 102.81 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 241 | 140 | 0.62 | 0 | 0.42 | 0.05 | 139.6 | 0.84 | 0.65 |
| Hex | 5B | F1 | 8C | 3E | 0 | 2A | 5 | 8C | 54 | 41 |
| Octal | 133 | 361 | 214 | 76 | 0 | 52 | 5 | 214 | 124 | 101 |
| Binary | 1011011 | 11110001 | 10001100 | 111110 | 0 | 101010 | 101 | 10001100 | 1010100 | 1000001 |
Color Harmonies of #5BF18C
Complementary color
Monochromatic Colors of #5BF18C
Black with #5BF18C
Text Example
Text Example
White with #5BF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF18C; }
p { color: rgb(91,241,140); }
H1.HeaderClassName
{
color: #5BF18C;
}
.AnyTagClassName
{
color: #5BF18C;
}
</style>
background-color css
<style>
a { background-color: #5BF18C; }
a { background-color: rgb(91,241,140); }
div.DivClassName
{
background-color: #5BF18C;
}
.BgClassName
{
background-color: #5BF18C;
}
</style>
border-color css
<style>
span { border-color: #5BF18C; }
span { border-color: rgb(91,241,140); }
td.TdClassName
{
border-color: #5BF18C;
}
.TagClassName
{
border-color: #5BF18C;
}
</style>