Shades of Emerald #5FC77A
Tints of Emerald #5FC77A
RGB
CMYK
RGB Variations
Color information
#5FC77A (or 0x5FC77A) is known color: Emerald. HEX triplet: 5F, C7 and 7A. RGB value is (95,199,122). Sum of RGB (Red+Green+Blue) = 95+199+122=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC77A is #A03885. Grayscale: #9F9F9F. Windows color (decimal): -10500230 or 8046431. OLE color: 8046431.
HSL color Cylindrical-coordinate representation of color #5FC77A: hue angle of 135.58º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC77A is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 122 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.22 |
| HSL | 135.58º | 0.48% | 0.58% | - |
| HSV(B) | 135.58º | 0.52% | 0.78% | - |
| XYZ | 28.66 | 44.68 | 25.53 | - |
| YUV | 159.13 | 107.04 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 122 | 0.52 | 0 | 0.39 | 0.22 | 135.58 | 0.48 | 0.58 |
| Hex | 5F | C7 | 7A | 34 | 0 | 27 | 16 | 88 | 30 | 3A |
| Octal | 137 | 307 | 172 | 64 | 0 | 47 | 26 | 210 | 60 | 72 |
| Binary | 1011111 | 11000111 | 1111010 | 110100 | 0 | 100111 | 10110 | 10001000 | 110000 | 111010 |
Color Harmonies of #5FC77A
Complementary color
Monochromatic Colors of #5FC77A
Black with #5FC77A
Text Example
Text Example
White with #5FC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC77A; }
p { color: rgb(95,199,122); }
H1.HeaderClassName
{
color: #5FC77A;
}
.AnyTagClassName
{
color: #5FC77A;
}
</style>
background-color css
<style>
a { background-color: #5FC77A; }
a { background-color: rgb(95,199,122); }
div.DivClassName
{
background-color: #5FC77A;
}
.BgClassName
{
background-color: #5FC77A;
}
</style>
border-color css
<style>
span { border-color: #5FC77A; }
span { border-color: rgb(95,199,122); }
td.TdClassName
{
border-color: #5FC77A;
}
.TagClassName
{
border-color: #5FC77A;
}
</style>