Shades of Green #057D14
Tints of Green #057D14
RGB
CMYK
RGB Variations
Color information
#057D14 (or 0x057D14) is known color: Green. HEX triplet: 05, 7D and 14. RGB value is (5,125,20). Sum of RGB (Red+Green+Blue) = 5+125+20=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 125 (49.22% from 255 or 83.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 125 - color contains mainly: green. Hex color #057D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057D14 is #FA82EB. Grayscale: #4D4D4D. Windows color (decimal): -16417516 or 1342725. OLE color: 1342725.
HSL color Cylindrical-coordinate representation of color #057D14: hue angle of 127.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 #057D14 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 20 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.51 |
| HSL | 127.5º | 0.92% | 0.25% | - |
| HSV(B) | 127.5º | 0.96% | 0.49% | - |
| XYZ | 7.52 | 14.75 | 3.11 | - |
| YUV | 77.15 | 95.74 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 20 | 0.96 | 0 | 0.84 | 0.51 | 127.5 | 0.92 | 0.25 |
| Hex | 5 | 7D | 14 | 60 | 0 | 54 | 33 | 80 | 5C | 19 |
| Octal | 5 | 175 | 24 | 140 | 0 | 124 | 63 | 200 | 134 | 31 |
| Binary | 101 | 1111101 | 10100 | 1100000 | 0 | 1010100 | 110011 | 10000000 | 1011100 | 11001 |
Color Harmonies of #057D14
Complementary color
Monochromatic Colors of #057D14
Black with #057D14
Text Example
Text Example
White with #057D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D14; }
p { color: rgb(5,125,20); }
H1.HeaderClassName
{
color: #057D14;
}
.AnyTagClassName
{
color: #057D14;
}
</style>
background-color css
<style>
a { background-color: #057D14; }
a { background-color: rgb(5,125,20); }
div.DivClassName
{
background-color: #057D14;
}
.BgClassName
{
background-color: #057D14;
}
</style>
border-color css
<style>
span { border-color: #057D14; }
span { border-color: rgb(5,125,20); }
td.TdClassName
{
border-color: #057D14;
}
.TagClassName
{
border-color: #057D14;
}
</style>