Shades of Emerald #5FCC7F
Tints of Emerald #5FCC7F
RGB
CMYK
RGB Variations
Color information
#5FCC7F (or 0x5FCC7F) is known color: Emerald. HEX triplet: 5F, CC and 7F. RGB value is (95,204,127). Sum of RGB (Red+Green+Blue) = 95+204+127=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC7F is #A03380. Grayscale: #A2A2A2. Windows color (decimal): -10498945 or 8375391. OLE color: 8375391.
HSL color Cylindrical-coordinate representation of color #5FCC7F: hue angle of 137.61º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC7F is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 127 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.2 |
| HSL | 137.61º | 0.52% | 0.59% | - |
| HSV(B) | 137.61º | 0.53% | 0.8% | - |
| XYZ | 30.14 | 47.15 | 27.59 | - |
| YUV | 162.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 127 | 0.53 | 0 | 0.38 | 0.2 | 137.61 | 0.52 | 0.59 |
| Hex | 5F | CC | 7F | 35 | 0 | 26 | 14 | 8A | 34 | 3B |
| Octal | 137 | 314 | 177 | 65 | 0 | 46 | 24 | 212 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1111111 | 110101 | 0 | 100110 | 10100 | 10001010 | 110100 | 111011 |
Color Harmonies of #5FCC7F
Complementary color
Monochromatic Colors of #5FCC7F
Black with #5FCC7F
Text Example
Text Example
White with #5FCC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC7F; }
p { color: rgb(95,204,127); }
H1.HeaderClassName
{
color: #5FCC7F;
}
.AnyTagClassName
{
color: #5FCC7F;
}
</style>
background-color css
<style>
a { background-color: #5FCC7F; }
a { background-color: rgb(95,204,127); }
div.DivClassName
{
background-color: #5FCC7F;
}
.BgClassName
{
background-color: #5FCC7F;
}
</style>
border-color css
<style>
span { border-color: #5FCC7F; }
span { border-color: rgb(95,204,127); }
td.TdClassName
{
border-color: #5FCC7F;
}
.TagClassName
{
border-color: #5FCC7F;
}
</style>