Shades of Fern #57BD65
Tints of Fern #57BD65
RGB
CMYK
RGB Variations
Color information
#57BD65 (or 0x57BD65) is known color: Fern. HEX triplet: 57, BD and 65. RGB value is (87,189,101). Sum of RGB (Red+Green+Blue) = 87+189+101=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD65 is #A8429A. Grayscale: #949494. Windows color (decimal): -11027099 or 6667607. OLE color: 6667607.
HSL color Cylindrical-coordinate representation of color #57BD65: hue angle of 128.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BD65 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 101 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.26 |
| HSL | 128.24º | 0.44% | 0.54% | - |
| HSV(B) | 128.24º | 0.54% | 0.74% | - |
| XYZ | 24.48 | 39.36 | 18.62 | - |
| YUV | 148.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 101 | 0.54 | 0 | 0.47 | 0.26 | 128.24 | 0.44 | 0.54 |
| Hex | 57 | BD | 65 | 36 | 0 | 2F | 1A | 80 | 2C | 36 |
| Octal | 127 | 275 | 145 | 66 | 0 | 57 | 32 | 200 | 54 | 66 |
| Binary | 1010111 | 10111101 | 1100101 | 110110 | 0 | 101111 | 11010 | 10000000 | 101100 | 110110 |
Color Harmonies of #57BD65
Complementary color
Monochromatic Colors of #57BD65
Black with #57BD65
Text Example
Text Example
White with #57BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD65; }
p { color: rgb(87,189,101); }
H1.HeaderClassName
{
color: #57BD65;
}
.AnyTagClassName
{
color: #57BD65;
}
</style>
background-color css
<style>
a { background-color: #57BD65; }
a { background-color: rgb(87,189,101); }
div.DivClassName
{
background-color: #57BD65;
}
.BgClassName
{
background-color: #57BD65;
}
</style>
border-color css
<style>
span { border-color: #57BD65; }
span { border-color: rgb(87,189,101); }
td.TdClassName
{
border-color: #57BD65;
}
.TagClassName
{
border-color: #57BD65;
}
</style>