Shades of Emerald #5FCC81
Tints of Emerald #5FCC81
RGB
CMYK
RGB Variations
Color information
#5FCC81 (or 0x5FCC81) is known color: Emerald. HEX triplet: 5F, CC and 81. RGB value is (95,204,129). Sum of RGB (Red+Green+Blue) = 95+204+129=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCC81 is #A0337E. Grayscale: #A3A3A3. Windows color (decimal): -10498943 or 8506463. OLE color: 8506463.
HSL color Cylindrical-coordinate representation of color #5FCC81: hue angle of 138.72º 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 #5FCC81 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 129 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.2 |
| HSL | 138.72º | 0.52% | 0.59% | - |
| HSV(B) | 138.72º | 0.53% | 0.8% | - |
| XYZ | 30.27 | 47.2 | 28.28 | - |
| YUV | 162.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 129 | 0.53 | 0 | 0.37 | 0.2 | 138.72 | 0.52 | 0.59 |
| Hex | 5F | CC | 81 | 35 | 0 | 25 | 14 | 8B | 34 | 3B |
| Octal | 137 | 314 | 201 | 65 | 0 | 45 | 24 | 213 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10000001 | 110101 | 0 | 100101 | 10100 | 10001011 | 110100 | 111011 |
Color Harmonies of #5FCC81
Complementary color
Monochromatic Colors of #5FCC81
Black with #5FCC81
Text Example
Text Example
White with #5FCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC81; }
p { color: rgb(95,204,129); }
H1.HeaderClassName
{
color: #5FCC81;
}
.AnyTagClassName
{
color: #5FCC81;
}
</style>
background-color css
<style>
a { background-color: #5FCC81; }
a { background-color: rgb(95,204,129); }
div.DivClassName
{
background-color: #5FCC81;
}
.BgClassName
{
background-color: #5FCC81;
}
</style>
border-color css
<style>
span { border-color: #5FCC81; }
span { border-color: rgb(95,204,129); }
td.TdClassName
{
border-color: #5FCC81;
}
.TagClassName
{
border-color: #5FCC81;
}
</style>