Shades of Emerald #5FE482
Tints of Emerald #5FE482
RGB
CMYK
RGB Variations
Color information
#5FE482 (or 0x5FE482) is known color: Emerald. HEX triplet: 5F, E4 and 82. RGB value is (95,228,130). Sum of RGB (Red+Green+Blue) = 95+228+130=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE482 is #A01B7D. Grayscale: #B1B1B1. Windows color (decimal): -10492798 or 8578143. OLE color: 8578143.
HSL color Cylindrical-coordinate representation of color #5FE482: hue angle of 135.79º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE482 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 130 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.11 |
| HSL | 135.79º | 0.71% | 0.63% | - |
| HSV(B) | 135.79º | 0.58% | 0.89% | - |
| XYZ | 36.49 | 59.53 | 30.69 | - |
| YUV | 177.06 | 101.44 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 130 | 0.58 | 0 | 0.43 | 0.11 | 135.79 | 0.71 | 0.63 |
| Hex | 5F | E4 | 82 | 3A | 0 | 2B | B | 88 | 47 | 3F |
| Octal | 137 | 344 | 202 | 72 | 0 | 53 | 13 | 210 | 107 | 77 |
| Binary | 1011111 | 11100100 | 10000010 | 111010 | 0 | 101011 | 1011 | 10001000 | 1000111 | 111111 |
Color Harmonies of #5FE482
Complementary color
Monochromatic Colors of #5FE482
Black with #5FE482
Text Example
Text Example
White with #5FE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE482; }
p { color: rgb(95,228,130); }
H1.HeaderClassName
{
color: #5FE482;
}
.AnyTagClassName
{
color: #5FE482;
}
</style>
background-color css
<style>
a { background-color: #5FE482; }
a { background-color: rgb(95,228,130); }
div.DivClassName
{
background-color: #5FE482;
}
.BgClassName
{
background-color: #5FE482;
}
</style>
border-color css
<style>
span { border-color: #5FE482; }
span { border-color: rgb(95,228,130); }
td.TdClassName
{
border-color: #5FE482;
}
.TagClassName
{
border-color: #5FE482;
}
</style>