Shades of Emerald #5FD17A
Tints of Emerald #5FD17A
RGB
CMYK
RGB Variations
Color information
#5FD17A (or 0x5FD17A) is known color: Emerald. HEX triplet: 5F, D1 and 7A. RGB value is (95,209,122). Sum of RGB (Red+Green+Blue) = 95+209+122=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD17A is #A02E85. Grayscale: #A5A5A5. Windows color (decimal): -10497670 or 8048991. OLE color: 8048991.
HSL color Cylindrical-coordinate representation of color #5FD17A: hue angle of 134.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD17A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 122 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.18 |
| HSL | 134.21º | 0.55% | 0.6% | - |
| HSV(B) | 134.21º | 0.55% | 0.82% | - |
| XYZ | 31.03 | 49.44 | 26.32 | - |
| YUV | 165 | 103.73 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 122 | 0.55 | 0 | 0.42 | 0.18 | 134.21 | 0.55 | 0.6 |
| Hex | 5F | D1 | 7A | 37 | 0 | 2A | 12 | 86 | 37 | 3C |
| Octal | 137 | 321 | 172 | 67 | 0 | 52 | 22 | 206 | 67 | 74 |
| Binary | 1011111 | 11010001 | 1111010 | 110111 | 0 | 101010 | 10010 | 10000110 | 110111 | 111100 |
Color Harmonies of #5FD17A
Complementary color
Monochromatic Colors of #5FD17A
Black with #5FD17A
Text Example
Text Example
White with #5FD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD17A; }
p { color: rgb(95,209,122); }
H1.HeaderClassName
{
color: #5FD17A;
}
.AnyTagClassName
{
color: #5FD17A;
}
</style>
background-color css
<style>
a { background-color: #5FD17A; }
a { background-color: rgb(95,209,122); }
div.DivClassName
{
background-color: #5FD17A;
}
.BgClassName
{
background-color: #5FD17A;
}
</style>
border-color css
<style>
span { border-color: #5FD17A; }
span { border-color: rgb(95,209,122); }
td.TdClassName
{
border-color: #5FD17A;
}
.TagClassName
{
border-color: #5FD17A;
}
</style>