Shades of Fern #57BD64
Tints of Fern #57BD64
RGB
CMYK
RGB Variations
Color information
#57BD64 (or 0x57BD64) is known color: Fern. HEX triplet: 57, BD and 64. RGB value is (87,189,100). Sum of RGB (Red+Green+Blue) = 87+189+100=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD64 is #A8429B. Grayscale: #949494. Windows color (decimal): -11027100 or 6602071. OLE color: 6602071.
HSL color Cylindrical-coordinate representation of color #57BD64: hue angle of 127.65º 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 #57BD64 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 189 | 100 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.26 |
| HSL | 127.65º | 0.44% | 0.54% | - |
| HSV(B) | 127.65º | 0.54% | 0.74% | - |
| XYZ | 24.43 | 39.34 | 18.36 | - |
| YUV | 148.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 189 | 100 | 0.54 | 0 | 0.47 | 0.26 | 127.65 | 0.44 | 0.54 |
| Hex | 57 | BD | 64 | 36 | 0 | 2F | 1A | 80 | 2C | 36 |
| Octal | 127 | 275 | 144 | 66 | 0 | 57 | 32 | 200 | 54 | 66 |
| Binary | 1010111 | 10111101 | 1100100 | 110110 | 0 | 101111 | 11010 | 10000000 | 101100 | 110110 |
Color Harmonies of #57BD64
Complementary color
Monochromatic Colors of #57BD64
Black with #57BD64
Text Example
Text Example
White with #57BD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BD64; }
p { color: rgb(87,189,100); }
H1.HeaderClassName
{
color: #57BD64;
}
.AnyTagClassName
{
color: #57BD64;
}
</style>
background-color css
<style>
a { background-color: #57BD64; }
a { background-color: rgb(87,189,100); }
div.DivClassName
{
background-color: #57BD64;
}
.BgClassName
{
background-color: #57BD64;
}
</style>
border-color css
<style>
span { border-color: #57BD64; }
span { border-color: rgb(87,189,100); }
td.TdClassName
{
border-color: #57BD64;
}
.TagClassName
{
border-color: #57BD64;
}
</style>