Shades of Dark Pastel Green #11BD48
Tints of Dark Pastel Green #11BD48
RGB
CMYK
RGB Variations
Color information
#11BD48 (or 0x11BD48) is known color: Dark Pastel Green. HEX triplet: 11, BD and 48. RGB value is (17,189,72). Sum of RGB (Red+Green+Blue) = 17+189+72=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BD48 is #EE42B7. Grayscale: #7C7C7C. Windows color (decimal): -15614648 or 4766993. OLE color: 4766993.
HSL color Cylindrical-coordinate representation of color #11BD48: hue angle of 139.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BD48 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 72 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.26 |
| HSL | 139.19º | 0.83% | 0.4% | - |
| HSV(B) | 139.19º | 0.91% | 0.74% | - |
| XYZ | 19.6 | 36.98 | 12.24 | - |
| YUV | 124.23 | 98.52 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 72 | 0.91 | 0 | 0.62 | 0.26 | 139.19 | 0.83 | 0.4 |
| Hex | 11 | BD | 48 | 5B | 0 | 3E | 1A | 8B | 53 | 28 |
| Octal | 21 | 275 | 110 | 133 | 0 | 76 | 32 | 213 | 123 | 50 |
| Binary | 10001 | 10111101 | 1001000 | 1011011 | 0 | 111110 | 11010 | 10001011 | 1010011 | 101000 |
Color Harmonies of #11BD48
Complementary color
Monochromatic Colors of #11BD48
Black with #11BD48
Text Example
Text Example
White with #11BD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD48; }
p { color: rgb(17,189,72); }
H1.HeaderClassName
{
color: #11BD48;
}
.AnyTagClassName
{
color: #11BD48;
}
</style>
background-color css
<style>
a { background-color: #11BD48; }
a { background-color: rgb(17,189,72); }
div.DivClassName
{
background-color: #11BD48;
}
.BgClassName
{
background-color: #11BD48;
}
</style>
border-color css
<style>
span { border-color: #11BD48; }
span { border-color: rgb(17,189,72); }
td.TdClassName
{
border-color: #11BD48;
}
.TagClassName
{
border-color: #11BD48;
}
</style>