Shades of Emerald #5FEF92
Tints of Emerald #5FEF92
RGB
CMYK
RGB Variations
Color information
#5FEF92 (or 0x5FEF92) is known color: Emerald. HEX triplet: 5F, EF and 92. RGB value is (95,239,146). Sum of RGB (Red+Green+Blue) = 95+239+146=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEF92 is #A0106D. Grayscale: #B9B9B9. Windows color (decimal): -10489966 or 9629535. OLE color: 9629535.
HSL color Cylindrical-coordinate representation of color #5FEF92: hue angle of 141.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEF92 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 146 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.06 |
| HSL | 141.25º | 0.82% | 0.65% | - |
| HSV(B) | 141.25º | 0.6% | 0.94% | - |
| XYZ | 40.77 | 66.24 | 37.83 | - |
| YUV | 185.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 146 | 0.60 | 0 | 0.39 | 0.06 | 141.25 | 0.82 | 0.65 |
| Hex | 5F | EF | 92 | 3C | 0 | 27 | 6 | 8D | 52 | 41 |
| Octal | 137 | 357 | 222 | 74 | 0 | 47 | 6 | 215 | 122 | 101 |
| Binary | 1011111 | 11101111 | 10010010 | 111100 | 0 | 100111 | 110 | 10001101 | 1010010 | 1000001 |
Color Harmonies of #5FEF92
Complementary color
Monochromatic Colors of #5FEF92
Black with #5FEF92
Text Example
Text Example
White with #5FEF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF92; }
p { color: rgb(95,239,146); }
H1.HeaderClassName
{
color: #5FEF92;
}
.AnyTagClassName
{
color: #5FEF92;
}
</style>
background-color css
<style>
a { background-color: #5FEF92; }
a { background-color: rgb(95,239,146); }
div.DivClassName
{
background-color: #5FEF92;
}
.BgClassName
{
background-color: #5FEF92;
}
</style>
border-color css
<style>
span { border-color: #5FEF92; }
span { border-color: rgb(95,239,146); }
td.TdClassName
{
border-color: #5FEF92;
}
.TagClassName
{
border-color: #5FEF92;
}
</style>