Shades of Dark Pastel Green #11D92B
Tints of Dark Pastel Green #11D92B
RGB
CMYK
RGB Variations
Color information
#11D92B (or 0x11D92B) is known color: Dark Pastel Green. HEX triplet: 11, D9 and 2B. RGB value is (17,217,43). Sum of RGB (Red+Green+Blue) = 17+217+43=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #11D92B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D92B is #EE26D4. Grayscale: #898989. Windows color (decimal): -15607509 or 2873617. OLE color: 2873617.
HSL color Cylindrical-coordinate representation of color #11D92B: hue angle of 127.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D92B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 43 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.15 |
| HSL | 127.8º | 0.85% | 0.46% | - |
| HSV(B) | 127.8º | 0.92% | 0.85% | - |
| XYZ | 25.48 | 49.92 | 10.58 | - |
| YUV | 137.36 | 74.74 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 43 | 0.92 | 0 | 0.80 | 0.15 | 127.8 | 0.85 | 0.46 |
| Hex | 11 | D9 | 2B | 5C | 0 | 50 | F | 80 | 55 | 2E |
| Octal | 21 | 331 | 53 | 134 | 0 | 120 | 17 | 200 | 125 | 56 |
| Binary | 10001 | 11011001 | 101011 | 1011100 | 0 | 1010000 | 1111 | 10000000 | 1010101 | 101110 |
Color Harmonies of #11D92B
Complementary color
Monochromatic Colors of #11D92B
Black with #11D92B
Text Example
Text Example
White with #11D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D92B; }
p { color: rgb(17,217,43); }
H1.HeaderClassName
{
color: #11D92B;
}
.AnyTagClassName
{
color: #11D92B;
}
</style>
background-color css
<style>
a { background-color: #11D92B; }
a { background-color: rgb(17,217,43); }
div.DivClassName
{
background-color: #11D92B;
}
.BgClassName
{
background-color: #11D92B;
}
</style>
border-color css
<style>
span { border-color: #11D92B; }
span { border-color: rgb(17,217,43); }
td.TdClassName
{
border-color: #11D92B;
}
.TagClassName
{
border-color: #11D92B;
}
</style>