Shades of Emerald #5FD875
Tints of Emerald #5FD875
RGB
CMYK
RGB Variations
Color information
#5FD875 (or 0x5FD875) is known color: Emerald. HEX triplet: 5F, D8 and 75. RGB value is (95,216,117). Sum of RGB (Red+Green+Blue) = 95+216+117=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD875 is #A0278A. Grayscale: #A8A8A8. Windows color (decimal): -10495883 or 7723103. OLE color: 7723103.
HSL color Cylindrical-coordinate representation of color #5FD875: hue angle of 130.91º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD875 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 117 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.15 |
| HSL | 130.91º | 0.61% | 0.61% | - |
| HSV(B) | 130.91º | 0.56% | 0.85% | - |
| XYZ | 32.49 | 52.83 | 25.31 | - |
| YUV | 168.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 117 | 0.56 | 0 | 0.46 | 0.15 | 130.91 | 0.61 | 0.61 |
| Hex | 5F | D8 | 75 | 38 | 0 | 2E | F | 83 | 3D | 3D |
| Octal | 137 | 330 | 165 | 70 | 0 | 56 | 17 | 203 | 75 | 75 |
| Binary | 1011111 | 11011000 | 1110101 | 111000 | 0 | 101110 | 1111 | 10000011 | 111101 | 111101 |
Color Harmonies of #5FD875
Complementary color
Monochromatic Colors of #5FD875
Black with #5FD875
Text Example
Text Example
White with #5FD875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD875; }
p { color: rgb(95,216,117); }
H1.HeaderClassName
{
color: #5FD875;
}
.AnyTagClassName
{
color: #5FD875;
}
</style>
background-color css
<style>
a { background-color: #5FD875; }
a { background-color: rgb(95,216,117); }
div.DivClassName
{
background-color: #5FD875;
}
.BgClassName
{
background-color: #5FD875;
}
</style>
border-color css
<style>
span { border-color: #5FD875; }
span { border-color: rgb(95,216,117); }
td.TdClassName
{
border-color: #5FD875;
}
.TagClassName
{
border-color: #5FD875;
}
</style>