Shades of Dark Pastel Green #11C44B
Tints of Dark Pastel Green #11C44B
RGB
CMYK
RGB Variations
Color information
#11C44B (or 0x11C44B) is known color: Dark Pastel Green. HEX triplet: 11, C4 and 4B. RGB value is (17,196,75). Sum of RGB (Red+Green+Blue) = 17+196+75=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #11C44B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C44B is #EE3BB4. Grayscale: #808080. Windows color (decimal): -15612853 or 4965393. OLE color: 4965393.
HSL color Cylindrical-coordinate representation of color #11C44B: hue angle of 139.44º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C44B is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 75 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.23 |
| HSL | 139.44º | 0.84% | 0.42% | - |
| HSV(B) | 139.44º | 0.91% | 0.77% | - |
| XYZ | 21.24 | 40.11 | 13.28 | - |
| YUV | 128.69 | 97.7 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 75 | 0.91 | 0 | 0.62 | 0.23 | 139.44 | 0.84 | 0.42 |
| Hex | 11 | C4 | 4B | 5B | 0 | 3E | 17 | 8B | 54 | 2A |
| Octal | 21 | 304 | 113 | 133 | 0 | 76 | 27 | 213 | 124 | 52 |
| Binary | 10001 | 11000100 | 1001011 | 1011011 | 0 | 111110 | 10111 | 10001011 | 1010100 | 101010 |
Color Harmonies of #11C44B
Complementary color
Monochromatic Colors of #11C44B
Black with #11C44B
Text Example
Text Example
White with #11C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C44B; }
p { color: rgb(17,196,75); }
H1.HeaderClassName
{
color: #11C44B;
}
.AnyTagClassName
{
color: #11C44B;
}
</style>
background-color css
<style>
a { background-color: #11C44B; }
a { background-color: rgb(17,196,75); }
div.DivClassName
{
background-color: #11C44B;
}
.BgClassName
{
background-color: #11C44B;
}
</style>
border-color css
<style>
span { border-color: #11C44B; }
span { border-color: rgb(17,196,75); }
td.TdClassName
{
border-color: #11C44B;
}
.TagClassName
{
border-color: #11C44B;
}
</style>