Shades of Dark Pastel Green #11BE32
Tints of Dark Pastel Green #11BE32
RGB
CMYK
RGB Variations
Color information
#11BE32 (or 0x11BE32) is known color: Dark Pastel Green. HEX triplet: 11, BE and 32. RGB value is (17,190,50). Sum of RGB (Red+Green+Blue) = 17+190+50=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BE32 is #EE41CD. Grayscale: #7A7A7A. Windows color (decimal): -15614414 or 3325457. OLE color: 3325457.
HSL color Cylindrical-coordinate representation of color #11BE32: hue angle of 131.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BE32 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 50 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.25 |
| HSL | 131.45º | 0.84% | 0.41% | - |
| HSV(B) | 131.45º | 0.91% | 0.75% | - |
| XYZ | 19.22 | 37.18 | 9.18 | - |
| YUV | 122.31 | 87.19 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 50 | 0.91 | 0 | 0.74 | 0.25 | 131.45 | 0.84 | 0.41 |
| Hex | 11 | BE | 32 | 5B | 0 | 4A | 19 | 83 | 54 | 29 |
| Octal | 21 | 276 | 62 | 133 | 0 | 112 | 31 | 203 | 124 | 51 |
| Binary | 10001 | 10111110 | 110010 | 1011011 | 0 | 1001010 | 11001 | 10000011 | 1010100 | 101001 |
Color Harmonies of #11BE32
Complementary color
Monochromatic Colors of #11BE32
Black with #11BE32
Text Example
Text Example
White with #11BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE32; }
p { color: rgb(17,190,50); }
H1.HeaderClassName
{
color: #11BE32;
}
.AnyTagClassName
{
color: #11BE32;
}
</style>
background-color css
<style>
a { background-color: #11BE32; }
a { background-color: rgb(17,190,50); }
div.DivClassName
{
background-color: #11BE32;
}
.BgClassName
{
background-color: #11BE32;
}
</style>
border-color css
<style>
span { border-color: #11BE32; }
span { border-color: rgb(17,190,50); }
td.TdClassName
{
border-color: #11BE32;
}
.TagClassName
{
border-color: #11BE32;
}
</style>