Shades of Emerald #5FC07E
Tints of Emerald #5FC07E
RGB
CMYK
RGB Variations
Color information
#5FC07E (or 0x5FC07E) is known color: Emerald. HEX triplet: 5F, C0 and 7E. RGB value is (95,192,126). Sum of RGB (Red+Green+Blue) = 95+192+126=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC07E is #A03F81. Grayscale: #9B9B9B. Windows color (decimal): -10502018 or 8306783. OLE color: 8306783.
HSL color Cylindrical-coordinate representation of color #5FC07E: hue angle of 139.18º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC07E is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 126 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.25 |
| HSL | 139.18º | 0.43% | 0.56% | - |
| HSV(B) | 139.18º | 0.51% | 0.75% | - |
| XYZ | 27.33 | 41.64 | 26.34 | - |
| YUV | 155.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 126 | 0.51 | 0 | 0.34 | 0.25 | 139.18 | 0.43 | 0.56 |
| Hex | 5F | C0 | 7E | 33 | 0 | 22 | 19 | 8B | 2B | 38 |
| Octal | 137 | 300 | 176 | 63 | 0 | 42 | 31 | 213 | 53 | 70 |
| Binary | 1011111 | 11000000 | 1111110 | 110011 | 0 | 100010 | 11001 | 10001011 | 101011 | 111000 |
Color Harmonies of #5FC07E
Complementary color
Monochromatic Colors of #5FC07E
Black with #5FC07E
Text Example
Text Example
White with #5FC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC07E; }
p { color: rgb(95,192,126); }
H1.HeaderClassName
{
color: #5FC07E;
}
.AnyTagClassName
{
color: #5FC07E;
}
</style>
background-color css
<style>
a { background-color: #5FC07E; }
a { background-color: rgb(95,192,126); }
div.DivClassName
{
background-color: #5FC07E;
}
.BgClassName
{
background-color: #5FC07E;
}
</style>
border-color css
<style>
span { border-color: #5FC07E; }
span { border-color: rgb(95,192,126); }
td.TdClassName
{
border-color: #5FC07E;
}
.TagClassName
{
border-color: #5FC07E;
}
</style>