Shades of Emerald #5FEA92
Tints of Emerald #5FEA92
RGB
CMYK
RGB Variations
Color information
#5FEA92 (or 0x5FEA92) is known color: Emerald. HEX triplet: 5F, EA and 92. RGB value is (95,234,146). Sum of RGB (Red+Green+Blue) = 95+234+146=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEA92 is #A0156D. Grayscale: #B6B6B6. Windows color (decimal): -10491246 or 9628255. OLE color: 9628255.
HSL color Cylindrical-coordinate representation of color #5FEA92: hue angle of 142.01º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEA92 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 146 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.08 |
| HSL | 142.01º | 0.77% | 0.65% | - |
| HSV(B) | 142.01º | 0.59% | 0.92% | - |
| XYZ | 39.33 | 63.35 | 37.35 | - |
| YUV | 182.41 | 107.45 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 146 | 0.59 | 0 | 0.38 | 0.08 | 142.01 | 0.77 | 0.65 |
| Hex | 5F | EA | 92 | 3B | 0 | 26 | 8 | 8E | 4D | 41 |
| Octal | 137 | 352 | 222 | 73 | 0 | 46 | 10 | 216 | 115 | 101 |
| Binary | 1011111 | 11101010 | 10010010 | 111011 | 0 | 100110 | 1000 | 10001110 | 1001101 | 1000001 |
Color Harmonies of #5FEA92
Complementary color
Monochromatic Colors of #5FEA92
Black with #5FEA92
Text Example
Text Example
White with #5FEA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA92; }
p { color: rgb(95,234,146); }
H1.HeaderClassName
{
color: #5FEA92;
}
.AnyTagClassName
{
color: #5FEA92;
}
</style>
background-color css
<style>
a { background-color: #5FEA92; }
a { background-color: rgb(95,234,146); }
div.DivClassName
{
background-color: #5FEA92;
}
.BgClassName
{
background-color: #5FEA92;
}
</style>
border-color css
<style>
span { border-color: #5FEA92; }
span { border-color: rgb(95,234,146); }
td.TdClassName
{
border-color: #5FEA92;
}
.TagClassName
{
border-color: #5FEA92;
}
</style>