Shades of Dark Pastel Green #11BF40
Tints of Dark Pastel Green #11BF40
RGB
CMYK
RGB Variations
Color information
#11BF40 (or 0x11BF40) is known color: Dark Pastel Green. HEX triplet: 11, BF and 40. RGB value is (17,191,64). Sum of RGB (Red+Green+Blue) = 17+191+64=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BF40 is #EE40BF. Grayscale: #7C7C7C. Windows color (decimal): -15614144 or 4243217. OLE color: 4243217.
HSL color Cylindrical-coordinate representation of color #11BF40: hue angle of 136.21º 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 #11BF40 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 191 | 64 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.25 |
| HSL | 136.21º | 0.84% | 0.41% | - |
| HSV(B) | 136.21º | 0.91% | 0.75% | - |
| XYZ | 19.79 | 37.75 | 11.09 | - |
| YUV | 124.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 64 | 0.91 | 0 | 0.66 | 0.25 | 136.21 | 0.84 | 0.41 |
| Hex | 11 | BF | 40 | 5B | 0 | 42 | 19 | 88 | 54 | 29 |
| Octal | 21 | 277 | 100 | 133 | 0 | 102 | 31 | 210 | 124 | 51 |
| Binary | 10001 | 10111111 | 1000000 | 1011011 | 0 | 1000010 | 11001 | 10001000 | 1010100 | 101001 |
Color Harmonies of #11BF40
Complementary color
Monochromatic Colors of #11BF40
Black with #11BF40
Text Example
Text Example
White with #11BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BF40; }
p { color: rgb(17,191,64); }
H1.HeaderClassName
{
color: #11BF40;
}
.AnyTagClassName
{
color: #11BF40;
}
</style>
background-color css
<style>
a { background-color: #11BF40; }
a { background-color: rgb(17,191,64); }
div.DivClassName
{
background-color: #11BF40;
}
.BgClassName
{
background-color: #11BF40;
}
</style>
border-color css
<style>
span { border-color: #11BF40; }
span { border-color: rgb(17,191,64); }
td.TdClassName
{
border-color: #11BF40;
}
.TagClassName
{
border-color: #11BF40;
}
</style>