Shades of Fern #57A864
Tints of Fern #57A864
RGB
CMYK
RGB Variations
Color information
#57A864 (or 0x57A864) is known color: Fern. HEX triplet: 57, A8 and 64. RGB value is (87,168,100). Sum of RGB (Red+Green+Blue) = 87+168+100=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #57A864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A864 is #A8579B. Grayscale: #888888. Windows color (decimal): -11032476 or 6596695. OLE color: 6596695.
HSL color Cylindrical-coordinate representation of color #57A864: hue angle of 129.63º 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 #57A864 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 87 | 168 | 100 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.34 |
| HSL | 129.63º | 0.32% | 0.5% | - |
| HSV(B) | 129.63º | 0.48% | 0.66% | - |
| XYZ | 20.23 | 30.95 | 16.96 | - |
| YUV | 136.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 100 | 0.48 | 0 | 0.40 | 0.34 | 129.63 | 0.32 | 0.5 |
| Hex | 57 | A8 | 64 | 30 | 0 | 28 | 22 | 82 | 20 | 32 |
| Octal | 127 | 250 | 144 | 60 | 0 | 50 | 42 | 202 | 40 | 62 |
| Binary | 1010111 | 10101000 | 1100100 | 110000 | 0 | 101000 | 100010 | 10000010 | 100000 | 110010 |
Color Harmonies of #57A864
Complementary color
Monochromatic Colors of #57A864
Black with #57A864
Text Example
Text Example
White with #57A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A864; }
p { color: rgb(87,168,100); }
H1.HeaderClassName
{
color: #57A864;
}
.AnyTagClassName
{
color: #57A864;
}
</style>
background-color css
<style>
a { background-color: #57A864; }
a { background-color: rgb(87,168,100); }
div.DivClassName
{
background-color: #57A864;
}
.BgClassName
{
background-color: #57A864;
}
</style>
border-color css
<style>
span { border-color: #57A864; }
span { border-color: rgb(87,168,100); }
td.TdClassName
{
border-color: #57A864;
}
.TagClassName
{
border-color: #57A864;
}
</style>