Shades of Emerald #5FC07B
Tints of Emerald #5FC07B
RGB
CMYK
RGB Variations
Color information
#5FC07B (or 0x5FC07B) is known color: Emerald. HEX triplet: 5F, C0 and 7B. RGB value is (95,192,123). Sum of RGB (Red+Green+Blue) = 95+192+123=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC07B is #A03F84. Grayscale: #9B9B9B. Windows color (decimal): -10502021 or 8110175. OLE color: 8110175.
HSL color Cylindrical-coordinate representation of color #5FC07B: hue angle of 137.32º 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 #5FC07B is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 123 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.25 |
| HSL | 137.32º | 0.43% | 0.56% | - |
| HSV(B) | 137.32º | 0.51% | 0.75% | - |
| XYZ | 27.14 | 41.56 | 25.33 | - |
| YUV | 155.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 123 | 0.51 | 0 | 0.36 | 0.25 | 137.32 | 0.43 | 0.56 |
| Hex | 5F | C0 | 7B | 33 | 0 | 24 | 19 | 89 | 2B | 38 |
| Octal | 137 | 300 | 173 | 63 | 0 | 44 | 31 | 211 | 53 | 70 |
| Binary | 1011111 | 11000000 | 1111011 | 110011 | 0 | 100100 | 11001 | 10001001 | 101011 | 111000 |
Color Harmonies of #5FC07B
Complementary color
Monochromatic Colors of #5FC07B
Black with #5FC07B
Text Example
Text Example
White with #5FC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC07B; }
p { color: rgb(95,192,123); }
H1.HeaderClassName
{
color: #5FC07B;
}
.AnyTagClassName
{
color: #5FC07B;
}
</style>
background-color css
<style>
a { background-color: #5FC07B; }
a { background-color: rgb(95,192,123); }
div.DivClassName
{
background-color: #5FC07B;
}
.BgClassName
{
background-color: #5FC07B;
}
</style>
border-color css
<style>
span { border-color: #5FC07B; }
span { border-color: rgb(95,192,123); }
td.TdClassName
{
border-color: #5FC07B;
}
.TagClassName
{
border-color: #5FC07B;
}
</style>