Shades of Tropical Rain Forest #057F56
Tints of Tropical Rain Forest #057F56
RGB
CMYK
RGB Variations
Color information
#057F56 (or 0x057F56) is known color: Tropical Rain Forest. HEX triplet: 05, 7F and 56. RGB value is (5,127,86). Sum of RGB (Red+Green+Blue) = 5+127+86=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #057F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F56 is #FA80A9. Grayscale: #555555. Windows color (decimal): -16416938 or 5668613. OLE color: 5668613.
HSL color Cylindrical-coordinate representation of color #057F56: hue angle of 159.84º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F56 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 127 | 86 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.50 |
| HSL | 159.84º | 0.92% | 0.26% | - |
| HSV(B) | 159.84º | 0.96% | 0.5% | - |
| XYZ | 9.33 | 15.88 | 11.38 | - |
| YUV | 85.85 | 128.08 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 127 | 86 | 0.96 | 0 | 0.32 | 0.50 | 159.84 | 0.92 | 0.26 |
| Hex | 5 | 7F | 56 | 60 | 0 | 20 | 32 | A0 | 5C | 1A |
| Octal | 5 | 177 | 126 | 140 | 0 | 40 | 62 | 240 | 134 | 32 |
| Binary | 101 | 1111111 | 1010110 | 1100000 | 0 | 100000 | 110010 | 10100000 | 1011100 | 11010 |
Color Harmonies of #057F56
Complementary color
Monochromatic Colors of #057F56
Black with #057F56
Text Example
Text Example
White with #057F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057F56; }
p { color: rgb(5,127,86); }
H1.HeaderClassName
{
color: #057F56;
}
.AnyTagClassName
{
color: #057F56;
}
</style>
background-color css
<style>
a { background-color: #057F56; }
a { background-color: rgb(5,127,86); }
div.DivClassName
{
background-color: #057F56;
}
.BgClassName
{
background-color: #057F56;
}
</style>
border-color css
<style>
span { border-color: #057F56; }
span { border-color: rgb(5,127,86); }
td.TdClassName
{
border-color: #057F56;
}
.TagClassName
{
border-color: #057F56;
}
</style>