Shades of Green #057D18
Tints of Green #057D18
RGB
CMYK
RGB Variations
Color information
#057D18 (or 0x057D18) is known color: Green. HEX triplet: 05, 7D and 18. RGB value is (5,125,24). Sum of RGB (Red+Green+Blue) = 5+125+24=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 125 (49.22% from 255 or 81.17% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 125 - color contains mainly: green. Hex color #057D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057D18 is #FA82E7. Grayscale: #4D4D4D. Windows color (decimal): -16417512 or 1604869. OLE color: 1604869.
HSL color Cylindrical-coordinate representation of color #057D18: hue angle of 129.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057D18 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 24 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.51 |
| HSL | 129.5º | 0.92% | 0.25% | - |
| HSV(B) | 129.5º | 0.96% | 0.49% | - |
| XYZ | 7.56 | 14.77 | 3.32 | - |
| YUV | 77.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 24 | 0.96 | 0 | 0.81 | 0.51 | 129.5 | 0.92 | 0.25 |
| Hex | 5 | 7D | 18 | 60 | 0 | 51 | 33 | 82 | 5C | 19 |
| Octal | 5 | 175 | 30 | 140 | 0 | 121 | 63 | 202 | 134 | 31 |
| Binary | 101 | 1111101 | 11000 | 1100000 | 0 | 1010001 | 110011 | 10000010 | 1011100 | 11001 |
Color Harmonies of #057D18
Complementary color
Monochromatic Colors of #057D18
Black with #057D18
Text Example
Text Example
White with #057D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D18; }
p { color: rgb(5,125,24); }
H1.HeaderClassName
{
color: #057D18;
}
.AnyTagClassName
{
color: #057D18;
}
</style>
background-color css
<style>
a { background-color: #057D18; }
a { background-color: rgb(5,125,24); }
div.DivClassName
{
background-color: #057D18;
}
.BgClassName
{
background-color: #057D18;
}
</style>
border-color css
<style>
span { border-color: #057D18; }
span { border-color: rgb(5,125,24); }
td.TdClassName
{
border-color: #057D18;
}
.TagClassName
{
border-color: #057D18;
}
</style>