Shades of Fern #57A868
Tints of Fern #57A868
RGB
CMYK
RGB Variations
Color information
#57A868 (or 0x57A868) is known color: Fern. HEX triplet: 57, A8 and 68. RGB value is (87,168,104). Sum of RGB (Red+Green+Blue) = 87+168+104=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #57A868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A868 is #A85797. Grayscale: #888888. Windows color (decimal): -11032472 or 6858839. OLE color: 6858839.
HSL color Cylindrical-coordinate representation of color #57A868: hue angle of 132.59º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A868 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 168 | 104 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.34 |
| HSL | 132.59º | 0.32% | 0.5% | - |
| HSV(B) | 132.59º | 0.48% | 0.66% | - |
| XYZ | 20.43 | 31.03 | 18.01 | - |
| YUV | 136.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 104 | 0.48 | 0 | 0.38 | 0.34 | 132.59 | 0.32 | 0.5 |
| Hex | 57 | A8 | 68 | 30 | 0 | 26 | 22 | 85 | 20 | 32 |
| Octal | 127 | 250 | 150 | 60 | 0 | 46 | 42 | 205 | 40 | 62 |
| Binary | 1010111 | 10101000 | 1101000 | 110000 | 0 | 100110 | 100010 | 10000101 | 100000 | 110010 |
Color Harmonies of #57A868
Complementary color
Monochromatic Colors of #57A868
Black with #57A868
Text Example
Text Example
White with #57A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A868; }
p { color: rgb(87,168,104); }
H1.HeaderClassName
{
color: #57A868;
}
.AnyTagClassName
{
color: #57A868;
}
</style>
background-color css
<style>
a { background-color: #57A868; }
a { background-color: rgb(87,168,104); }
div.DivClassName
{
background-color: #57A868;
}
.BgClassName
{
background-color: #57A868;
}
</style>
border-color css
<style>
span { border-color: #57A868; }
span { border-color: rgb(87,168,104); }
td.TdClassName
{
border-color: #57A868;
}
.TagClassName
{
border-color: #57A868;
}
</style>