Shades of Emerald #5FD675
Tints of Emerald #5FD675
RGB
CMYK
RGB Variations
Color information
#5FD675 (or 0x5FD675) is known color: Emerald. HEX triplet: 5F, D6 and 75. RGB value is (95,214,117). Sum of RGB (Red+Green+Blue) = 95+214+117=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD675 is #A0298A. Grayscale: #A7A7A7. Windows color (decimal): -10496395 or 7722591. OLE color: 7722591.
HSL color Cylindrical-coordinate representation of color #5FD675: hue angle of 131.09º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD675 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 117 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.16 |
| HSL | 131.09º | 0.59% | 0.61% | - |
| HSV(B) | 131.09º | 0.56% | 0.84% | - |
| XYZ | 31.98 | 51.81 | 25.14 | - |
| YUV | 167.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 117 | 0.56 | 0 | 0.45 | 0.16 | 131.09 | 0.59 | 0.61 |
| Hex | 5F | D6 | 75 | 38 | 0 | 2D | 10 | 83 | 3B | 3D |
| Octal | 137 | 326 | 165 | 70 | 0 | 55 | 20 | 203 | 73 | 75 |
| Binary | 1011111 | 11010110 | 1110101 | 111000 | 0 | 101101 | 10000 | 10000011 | 111011 | 111101 |
Color Harmonies of #5FD675
Complementary color
Monochromatic Colors of #5FD675
Black with #5FD675
Text Example
Text Example
White with #5FD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD675; }
p { color: rgb(95,214,117); }
H1.HeaderClassName
{
color: #5FD675;
}
.AnyTagClassName
{
color: #5FD675;
}
</style>
background-color css
<style>
a { background-color: #5FD675; }
a { background-color: rgb(95,214,117); }
div.DivClassName
{
background-color: #5FD675;
}
.BgClassName
{
background-color: #5FD675;
}
</style>
border-color css
<style>
span { border-color: #5FD675; }
span { border-color: rgb(95,214,117); }
td.TdClassName
{
border-color: #5FD675;
}
.TagClassName
{
border-color: #5FD675;
}
</style>