Shades of Dark Pastel Green #11D03B
Tints of Dark Pastel Green #11D03B
RGB
CMYK
RGB Variations
Color information
#11D03B (or 0x11D03B) is known color: Dark Pastel Green. HEX triplet: 11, D0 and 3B. RGB value is (17,208,59). Sum of RGB (Red+Green+Blue) = 17+208+59=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 208 (81.64% from 255 or 73.24% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 208 - color contains mainly: green. Hex color #11D03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D03B is #EE2FC4. Grayscale: #868686. Windows color (decimal): -15609797 or 3919889. OLE color: 3919889.
HSL color Cylindrical-coordinate representation of color #11D03B: hue angle of 133.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D03B is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 59 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.18 |
| HSL | 133.19º | 0.85% | 0.44% | - |
| HSV(B) | 133.19º | 0.92% | 0.82% | - |
| XYZ | 23.58 | 45.55 | 11.69 | - |
| YUV | 133.91 | 85.72 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 59 | 0.92 | 0 | 0.72 | 0.18 | 133.19 | 0.85 | 0.44 |
| Hex | 11 | D0 | 3B | 5C | 0 | 48 | 12 | 85 | 55 | 2C |
| Octal | 21 | 320 | 73 | 134 | 0 | 110 | 22 | 205 | 125 | 54 |
| Binary | 10001 | 11010000 | 111011 | 1011100 | 0 | 1001000 | 10010 | 10000101 | 1010101 | 101100 |
Color Harmonies of #11D03B
Complementary color
Monochromatic Colors of #11D03B
Black with #11D03B
Text Example
Text Example
White with #11D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D03B; }
p { color: rgb(17,208,59); }
H1.HeaderClassName
{
color: #11D03B;
}
.AnyTagClassName
{
color: #11D03B;
}
</style>
background-color css
<style>
a { background-color: #11D03B; }
a { background-color: rgb(17,208,59); }
div.DivClassName
{
background-color: #11D03B;
}
.BgClassName
{
background-color: #11D03B;
}
</style>
border-color css
<style>
span { border-color: #11D03B; }
span { border-color: rgb(17,208,59); }
td.TdClassName
{
border-color: #11D03B;
}
.TagClassName
{
border-color: #11D03B;
}
</style>