Shades of Green #005D11
Tints of Green #005D11
RGB
CMYK
RGB Variations
Color information
#005D11 (or 0x005D11) is known color: Green. HEX triplet: 00, 5D and 11. RGB value is (0,93,17). Sum of RGB (Red+Green+Blue) = 0+93+17=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 93 (36.72% from 255 or 84.55% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 93 - color contains mainly: green. Hex color #005D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005D11 is #FFA2EE. Grayscale: #383838. Windows color (decimal): -16753391 or 1137920. OLE color: 1137920.
HSL color Cylindrical-coordinate representation of color #005D11: hue angle of 130.97º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D11 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 17 | - |
| CMYK | 1 | 0 | 0.82 | 0.64 |
| HSL | 130.97º | 1% | 0.18% | - |
| HSV(B) | 130.97º | 1% | 0.36% | - |
| XYZ | 4.02 | 7.87 | 1.84 | - |
| YUV | 56.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 17 | 1 | 0 | 0.82 | 0.64 | 130.97 | 1 | 0.18 |
| Hex | 0 | 5D | 11 | 64 | 0 | 52 | 40 | 83 | 64 | 12 |
| Octal | 0 | 135 | 21 | 144 | 0 | 122 | 100 | 203 | 144 | 22 |
| Binary | 0 | 1011101 | 10001 | 1100100 | 0 | 1010010 | 1000000 | 10000011 | 1100100 | 10010 |
Color Harmonies of #005D11
Complementary color
Monochromatic Colors of #005D11
Black with #005D11
Text Example
Text Example
White with #005D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D11; }
p { color: rgb(0,93,17); }
H1.HeaderClassName
{
color: #005D11;
}
.AnyTagClassName
{
color: #005D11;
}
</style>
background-color css
<style>
a { background-color: #005D11; }
a { background-color: rgb(0,93,17); }
div.DivClassName
{
background-color: #005D11;
}
.BgClassName
{
background-color: #005D11;
}
</style>
border-color css
<style>
span { border-color: #005D11; }
span { border-color: rgb(0,93,17); }
td.TdClassName
{
border-color: #005D11;
}
.TagClassName
{
border-color: #005D11;
}
</style>