Shades of Fern #57BA68
Tints of Fern #57BA68
RGB
CMYK
RGB Variations
Color information
#57BA68 (or 0x57BA68) is known color: Fern. HEX triplet: 57, BA and 68. RGB value is (87,186,104). Sum of RGB (Red+Green+Blue) = 87+186+104=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BA68 is #A84597. Grayscale: #939393. Windows color (decimal): -11027864 or 6863447. OLE color: 6863447.
HSL color Cylindrical-coordinate representation of color #57BA68: hue angle of 130.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BA68 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 104 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.27 |
| HSL | 130.3º | 0.42% | 0.54% | - |
| HSV(B) | 130.3º | 0.53% | 0.73% | - |
| XYZ | 23.99 | 38.14 | 19.19 | - |
| YUV | 147.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 104 | 0.53 | 0 | 0.44 | 0.27 | 130.3 | 0.42 | 0.54 |
| Hex | 57 | BA | 68 | 35 | 0 | 2C | 1B | 82 | 2A | 36 |
| Octal | 127 | 272 | 150 | 65 | 0 | 54 | 33 | 202 | 52 | 66 |
| Binary | 1010111 | 10111010 | 1101000 | 110101 | 0 | 101100 | 11011 | 10000010 | 101010 | 110110 |
Color Harmonies of #57BA68
Complementary color
Monochromatic Colors of #57BA68
Black with #57BA68
Text Example
Text Example
White with #57BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BA68; }
p { color: rgb(87,186,104); }
H1.HeaderClassName
{
color: #57BA68;
}
.AnyTagClassName
{
color: #57BA68;
}
</style>
background-color css
<style>
a { background-color: #57BA68; }
a { background-color: rgb(87,186,104); }
div.DivClassName
{
background-color: #57BA68;
}
.BgClassName
{
background-color: #57BA68;
}
</style>
border-color css
<style>
span { border-color: #57BA68; }
span { border-color: rgb(87,186,104); }
td.TdClassName
{
border-color: #57BA68;
}
.TagClassName
{
border-color: #57BA68;
}
</style>