Shades of Emerald #5FD27C
Tints of Emerald #5FD27C
RGB
CMYK
RGB Variations
Color information
#5FD27C (or 0x5FD27C) is known color: Emerald. HEX triplet: 5F, D2 and 7C. RGB value is (95,210,124). Sum of RGB (Red+Green+Blue) = 95+210+124=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD27C is #A02D83. Grayscale: #A6A6A6. Windows color (decimal): -10497412 or 8180319. OLE color: 8180319.
HSL color Cylindrical-coordinate representation of color #5FD27C: hue angle of 135.13º 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 #5FD27C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 124 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.18 |
| HSL | 135.13º | 0.56% | 0.6% | - |
| HSV(B) | 135.13º | 0.55% | 0.82% | - |
| XYZ | 31.4 | 49.98 | 27.06 | - |
| YUV | 165.81 | 104.4 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 124 | 0.55 | 0 | 0.41 | 0.18 | 135.13 | 0.56 | 0.6 |
| Hex | 5F | D2 | 7C | 37 | 0 | 29 | 12 | 87 | 38 | 3C |
| Octal | 137 | 322 | 174 | 67 | 0 | 51 | 22 | 207 | 70 | 74 |
| Binary | 1011111 | 11010010 | 1111100 | 110111 | 0 | 101001 | 10010 | 10000111 | 111000 | 111100 |
Color Harmonies of #5FD27C
Complementary color
Monochromatic Colors of #5FD27C
Black with #5FD27C
Text Example
Text Example
White with #5FD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD27C; }
p { color: rgb(95,210,124); }
H1.HeaderClassName
{
color: #5FD27C;
}
.AnyTagClassName
{
color: #5FD27C;
}
</style>
background-color css
<style>
a { background-color: #5FD27C; }
a { background-color: rgb(95,210,124); }
div.DivClassName
{
background-color: #5FD27C;
}
.BgClassName
{
background-color: #5FD27C;
}
</style>
border-color css
<style>
span { border-color: #5FD27C; }
span { border-color: rgb(95,210,124); }
td.TdClassName
{
border-color: #5FD27C;
}
.TagClassName
{
border-color: #5FD27C;
}
</style>