Shades of Fern #57A665
Tints of Fern #57A665
RGB
CMYK
RGB Variations
Color information
#57A665 (or 0x57A665) is known color: Fern. HEX triplet: 57, A6 and 65. RGB value is (87,166,101). Sum of RGB (Red+Green+Blue) = 87+166+101=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #57A665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A665 is #A8599A. Grayscale: #878787. Windows color (decimal): -11032987 or 6661719. OLE color: 6661719.
HSL color Cylindrical-coordinate representation of color #57A665: hue angle of 130.63º 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 #57A665 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 166 | 101 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.35 |
| HSL | 130.63º | 0.31% | 0.5% | - |
| HSV(B) | 130.63º | 0.48% | 0.65% | - |
| XYZ | 19.92 | 30.24 | 17.1 | - |
| YUV | 134.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 166 | 101 | 0.48 | 0 | 0.39 | 0.35 | 130.63 | 0.31 | 0.5 |
| Hex | 57 | A6 | 65 | 30 | 0 | 27 | 23 | 83 | 1F | 32 |
| Octal | 127 | 246 | 145 | 60 | 0 | 47 | 43 | 203 | 37 | 62 |
| Binary | 1010111 | 10100110 | 1100101 | 110000 | 0 | 100111 | 100011 | 10000011 | 11111 | 110010 |
Color Harmonies of #57A665
Complementary color
Monochromatic Colors of #57A665
Black with #57A665
Text Example
Text Example
White with #57A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A665; }
p { color: rgb(87,166,101); }
H1.HeaderClassName
{
color: #57A665;
}
.AnyTagClassName
{
color: #57A665;
}
</style>
background-color css
<style>
a { background-color: #57A665; }
a { background-color: rgb(87,166,101); }
div.DivClassName
{
background-color: #57A665;
}
.BgClassName
{
background-color: #57A665;
}
</style>
border-color css
<style>
span { border-color: #57A665; }
span { border-color: rgb(87,166,101); }
td.TdClassName
{
border-color: #57A665;
}
.TagClassName
{
border-color: #57A665;
}
</style>