Shades of Emerald #5FD275
Tints of Emerald #5FD275
RGB
CMYK
RGB Variations
Color information
#5FD275 (or 0x5FD275) is known color: Emerald. HEX triplet: 5F, D2 and 75. RGB value is (95,210,117). Sum of RGB (Red+Green+Blue) = 95+210+117=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD275 is #A02D8A. Grayscale: #A5A5A5. Windows color (decimal): -10497419 or 7721567. OLE color: 7721567.
HSL color Cylindrical-coordinate representation of color #5FD275: hue angle of 131.48º degrees, saturation: 0.56, 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 #5FD275 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 117 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.18 |
| HSL | 131.48º | 0.56% | 0.6% | - |
| HSV(B) | 131.48º | 0.55% | 0.82% | - |
| XYZ | 30.98 | 49.81 | 24.81 | - |
| YUV | 165.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 117 | 0.55 | 0 | 0.44 | 0.18 | 131.48 | 0.56 | 0.6 |
| Hex | 5F | D2 | 75 | 37 | 0 | 2C | 12 | 83 | 38 | 3C |
| Octal | 137 | 322 | 165 | 67 | 0 | 54 | 22 | 203 | 70 | 74 |
| Binary | 1011111 | 11010010 | 1110101 | 110111 | 0 | 101100 | 10010 | 10000011 | 111000 | 111100 |
Color Harmonies of #5FD275
Complementary color
Monochromatic Colors of #5FD275
Black with #5FD275
Text Example
Text Example
White with #5FD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD275; }
p { color: rgb(95,210,117); }
H1.HeaderClassName
{
color: #5FD275;
}
.AnyTagClassName
{
color: #5FD275;
}
</style>
background-color css
<style>
a { background-color: #5FD275; }
a { background-color: rgb(95,210,117); }
div.DivClassName
{
background-color: #5FD275;
}
.BgClassName
{
background-color: #5FD275;
}
</style>
border-color css
<style>
span { border-color: #5FD275; }
span { border-color: rgb(95,210,117); }
td.TdClassName
{
border-color: #5FD275;
}
.TagClassName
{
border-color: #5FD275;
}
</style>