Shades of Emerald #5FF092
Tints of Emerald #5FF092
RGB
CMYK
RGB Variations
Color information
#5FF092 (or 0x5FF092) is known color: Emerald. HEX triplet: 5F, F0 and 92. RGB value is (95,240,146). Sum of RGB (Red+Green+Blue) = 95+240+146=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF092 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF092 is #A00F6D. Grayscale: #BABABA. Windows color (decimal): -10489710 or 9629791. OLE color: 9629791.
HSL color Cylindrical-coordinate representation of color #5FF092: hue angle of 141.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF092 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 146 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.06 |
| HSL | 141.1º | 0.83% | 0.66% | - |
| HSV(B) | 141.1º | 0.6% | 0.94% | - |
| XYZ | 41.07 | 66.83 | 37.93 | - |
| YUV | 185.93 | 105.46 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 146 | 0.60 | 0 | 0.39 | 0.06 | 141.1 | 0.83 | 0.66 |
| Hex | 5F | F0 | 92 | 3C | 0 | 27 | 6 | 8D | 53 | 42 |
| Octal | 137 | 360 | 222 | 74 | 0 | 47 | 6 | 215 | 123 | 102 |
| Binary | 1011111 | 11110000 | 10010010 | 111100 | 0 | 100111 | 110 | 10001101 | 1010011 | 1000010 |
Color Harmonies of #5FF092
Complementary color
Monochromatic Colors of #5FF092
Black with #5FF092
Text Example
Text Example
White with #5FF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF092; }
p { color: rgb(95,240,146); }
H1.HeaderClassName
{
color: #5FF092;
}
.AnyTagClassName
{
color: #5FF092;
}
</style>
background-color css
<style>
a { background-color: #5FF092; }
a { background-color: rgb(95,240,146); }
div.DivClassName
{
background-color: #5FF092;
}
.BgClassName
{
background-color: #5FF092;
}
</style>
border-color css
<style>
span { border-color: #5FF092; }
span { border-color: rgb(95,240,146); }
td.TdClassName
{
border-color: #5FF092;
}
.TagClassName
{
border-color: #5FF092;
}
</style>