Shades of Fern #57C064
Tints of Fern #57C064
RGB
CMYK
RGB Variations
Color information
#57C064 (or 0x57C064) is known color: Fern. HEX triplet: 57, C0 and 64. RGB value is (87,192,100). Sum of RGB (Red+Green+Blue) = 87+192+100=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #57C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57C064 is #A83F9B. Grayscale: #969696. Windows color (decimal): -11026332 or 6602839. OLE color: 6602839.
HSL color Cylindrical-coordinate representation of color #57C064: hue angle of 127.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C064 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 192 | 100 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.25 |
| HSL | 127.43º | 0.45% | 0.55% | - |
| HSV(B) | 127.43º | 0.55% | 0.75% | - |
| XYZ | 25.08 | 40.65 | 18.58 | - |
| YUV | 150.12 | 99.71 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 100 | 0.55 | 0 | 0.48 | 0.25 | 127.43 | 0.45 | 0.55 |
| Hex | 57 | C0 | 64 | 37 | 0 | 30 | 19 | 7F | 2D | 37 |
| Octal | 127 | 300 | 144 | 67 | 0 | 60 | 31 | 177 | 55 | 67 |
| Binary | 1010111 | 11000000 | 1100100 | 110111 | 0 | 110000 | 11001 | 1111111 | 101101 | 110111 |
Color Harmonies of #57C064
Complementary color
Monochromatic Colors of #57C064
Black with #57C064
Text Example
Text Example
White with #57C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C064; }
p { color: rgb(87,192,100); }
H1.HeaderClassName
{
color: #57C064;
}
.AnyTagClassName
{
color: #57C064;
}
</style>
background-color css
<style>
a { background-color: #57C064; }
a { background-color: rgb(87,192,100); }
div.DivClassName
{
background-color: #57C064;
}
.BgClassName
{
background-color: #57C064;
}
</style>
border-color css
<style>
span { border-color: #57C064; }
span { border-color: rgb(87,192,100); }
td.TdClassName
{
border-color: #57C064;
}
.TagClassName
{
border-color: #57C064;
}
</style>