Shades of Fern #57C561
Tints of Fern #57C561
RGB
CMYK
RGB Variations
Color information
#57C561 (or 0x57C561) is known color: Fern. HEX triplet: 57, C5 and 61. RGB value is (87,197,97). Sum of RGB (Red+Green+Blue) = 87+197+97=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #57C561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C561 is #A83A9E. Grayscale: #989898. Windows color (decimal): -11025055 or 6407511. OLE color: 6407511.
HSL color Cylindrical-coordinate representation of color #57C561: hue angle of 125.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C561 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 97 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.23 |
| HSL | 125.45º | 0.49% | 0.56% | - |
| HSV(B) | 125.45º | 0.56% | 0.77% | - |
| XYZ | 26.05 | 42.82 | 18.2 | - |
| YUV | 152.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 97 | 0.56 | 0 | 0.51 | 0.23 | 125.45 | 0.49 | 0.56 |
| Hex | 57 | C5 | 61 | 38 | 0 | 33 | 17 | 7D | 31 | 38 |
| Octal | 127 | 305 | 141 | 70 | 0 | 63 | 27 | 175 | 61 | 70 |
| Binary | 1010111 | 11000101 | 1100001 | 111000 | 0 | 110011 | 10111 | 1111101 | 110001 | 111000 |
Color Harmonies of #57C561
Complementary color
Monochromatic Colors of #57C561
Black with #57C561
Text Example
Text Example
White with #57C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C561; }
p { color: rgb(87,197,97); }
H1.HeaderClassName
{
color: #57C561;
}
.AnyTagClassName
{
color: #57C561;
}
</style>
background-color css
<style>
a { background-color: #57C561; }
a { background-color: rgb(87,197,97); }
div.DivClassName
{
background-color: #57C561;
}
.BgClassName
{
background-color: #57C561;
}
</style>
border-color css
<style>
span { border-color: #57C561; }
span { border-color: rgb(87,197,97); }
td.TdClassName
{
border-color: #57C561;
}
.TagClassName
{
border-color: #57C561;
}
</style>