Shades of Fern #57A766
Tints of Fern #57A766
RGB
CMYK
RGB Variations
Color information
#57A766 (or 0x57A766) is known color: Fern. HEX triplet: 57, A7 and 66. RGB value is (87,167,102). Sum of RGB (Red+Green+Blue) = 87+167+102=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #57A766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A766 is #A85899. Grayscale: #878787. Windows color (decimal): -11032730 or 6727511. OLE color: 6727511.
HSL color Cylindrical-coordinate representation of color #57A766: hue angle of 131.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A766 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 167 | 102 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.35 |
| HSL | 131.25º | 0.31% | 0.5% | - |
| HSV(B) | 131.25º | 0.48% | 0.65% | - |
| XYZ | 20.15 | 30.62 | 17.42 | - |
| YUV | 135.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 102 | 0.48 | 0 | 0.39 | 0.35 | 131.25 | 0.31 | 0.5 |
| Hex | 57 | A7 | 66 | 30 | 0 | 27 | 23 | 83 | 1F | 32 |
| Octal | 127 | 247 | 146 | 60 | 0 | 47 | 43 | 203 | 37 | 62 |
| Binary | 1010111 | 10100111 | 1100110 | 110000 | 0 | 100111 | 100011 | 10000011 | 11111 | 110010 |
Color Harmonies of #57A766
Complementary color
Monochromatic Colors of #57A766
Black with #57A766
Text Example
Text Example
White with #57A766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A766; }
p { color: rgb(87,167,102); }
H1.HeaderClassName
{
color: #57A766;
}
.AnyTagClassName
{
color: #57A766;
}
</style>
background-color css
<style>
a { background-color: #57A766; }
a { background-color: rgb(87,167,102); }
div.DivClassName
{
background-color: #57A766;
}
.BgClassName
{
background-color: #57A766;
}
</style>
border-color css
<style>
span { border-color: #57A766; }
span { border-color: rgb(87,167,102); }
td.TdClassName
{
border-color: #57A766;
}
.TagClassName
{
border-color: #57A766;
}
</style>