Shades of Fern #57AA68
Tints of Fern #57AA68
RGB
CMYK
RGB Variations
Color information
#57AA68 (or 0x57AA68) is known color: Fern. HEX triplet: 57, AA and 68. RGB value is (87,170,104). Sum of RGB (Red+Green+Blue) = 87+170+104=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AA68 is #A85597. Grayscale: #898989. Windows color (decimal): -11031960 or 6859351. OLE color: 6859351.
HSL color Cylindrical-coordinate representation of color #57AA68: hue angle of 132.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AA68 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 170 | 104 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.33 |
| HSL | 132.29º | 0.33% | 0.5% | - |
| HSV(B) | 132.29º | 0.49% | 0.67% | - |
| XYZ | 20.8 | 31.78 | 18.13 | - |
| YUV | 137.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 104 | 0.49 | 0 | 0.39 | 0.33 | 132.29 | 0.33 | 0.5 |
| Hex | 57 | AA | 68 | 31 | 0 | 27 | 21 | 84 | 21 | 32 |
| Octal | 127 | 252 | 150 | 61 | 0 | 47 | 41 | 204 | 41 | 62 |
| Binary | 1010111 | 10101010 | 1101000 | 110001 | 0 | 100111 | 100001 | 10000100 | 100001 | 110010 |
Color Harmonies of #57AA68
Complementary color
Monochromatic Colors of #57AA68
Black with #57AA68
Text Example
Text Example
White with #57AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AA68; }
p { color: rgb(87,170,104); }
H1.HeaderClassName
{
color: #57AA68;
}
.AnyTagClassName
{
color: #57AA68;
}
</style>
background-color css
<style>
a { background-color: #57AA68; }
a { background-color: rgb(87,170,104); }
div.DivClassName
{
background-color: #57AA68;
}
.BgClassName
{
background-color: #57AA68;
}
</style>
border-color css
<style>
span { border-color: #57AA68; }
span { border-color: rgb(87,170,104); }
td.TdClassName
{
border-color: #57AA68;
}
.TagClassName
{
border-color: #57AA68;
}
</style>