Shades of Green #057E04
Tints of Green #057E04
RGB
CMYK
RGB Variations
Color information
#057E04 (or 0x057E04) is known color: Green. HEX triplet: 05, 7E and 04. RGB value is (5,126,4). Sum of RGB (Red+Green+Blue) = 5+126+4=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 126 (49.61% from 255 or 93.33% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 126 - color contains mainly: green. Hex color #057E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057E04 is #FA81FB. Grayscale: #4C4C4C. Windows color (decimal): -16417276 or 294405. OLE color: 294405.
HSL color Cylindrical-coordinate representation of color #057E04: hue angle of 119.51º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057E04 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 126 | 4 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.51 |
| HSL | 119.51º | 0.94% | 0.25% | - |
| HSV(B) | 119.51º | 0.97% | 0.49% | - |
| XYZ | 7.55 | 14.96 | 2.61 | - |
| YUV | 75.91 | 87.41 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 126 | 4 | 0.96 | 0 | 0.97 | 0.51 | 119.51 | 0.94 | 0.25 |
| Hex | 5 | 7E | 4 | 60 | 0 | 61 | 33 | 78 | 5E | 19 |
| Octal | 5 | 176 | 4 | 140 | 0 | 141 | 63 | 170 | 136 | 31 |
| Binary | 101 | 1111110 | 100 | 1100000 | 0 | 1100001 | 110011 | 1111000 | 1011110 | 11001 |
Color Harmonies of #057E04
Complementary color
Monochromatic Colors of #057E04
Black with #057E04
Text Example
Text Example
White with #057E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057E04; }
p { color: rgb(5,126,4); }
H1.HeaderClassName
{
color: #057E04;
}
.AnyTagClassName
{
color: #057E04;
}
</style>
background-color css
<style>
a { background-color: #057E04; }
a { background-color: rgb(5,126,4); }
div.DivClassName
{
background-color: #057E04;
}
.BgClassName
{
background-color: #057E04;
}
</style>
border-color css
<style>
span { border-color: #057E04; }
span { border-color: rgb(5,126,4); }
td.TdClassName
{
border-color: #057E04;
}
.TagClassName
{
border-color: #057E04;
}
</style>