Shades of Dark Pastel Green #11BF3E
Tints of Dark Pastel Green #11BF3E
RGB
CMYK
RGB Variations
Color information
#11BF3E (or 0x11BF3E) is known color: Dark Pastel Green. HEX triplet: 11, BF and 3E. RGB value is (17,191,62). Sum of RGB (Red+Green+Blue) = 17+191+62=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BF3E is #EE40C1. Grayscale: #7C7C7C. Windows color (decimal): -15614146 or 4112145. OLE color: 4112145.
HSL color Cylindrical-coordinate representation of color #11BF3E: hue angle of 135.52º 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 #11BF3E is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 191 | 62 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.25 |
| HSL | 135.52º | 0.84% | 0.41% | - |
| HSV(B) | 135.52º | 0.91% | 0.75% | - |
| XYZ | 19.73 | 37.73 | 10.8 | - |
| YUV | 124.27 | 92.85 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 62 | 0.91 | 0 | 0.68 | 0.25 | 135.52 | 0.84 | 0.41 |
| Hex | 11 | BF | 3E | 5B | 0 | 44 | 19 | 88 | 54 | 29 |
| Octal | 21 | 277 | 76 | 133 | 0 | 104 | 31 | 210 | 124 | 51 |
| Binary | 10001 | 10111111 | 111110 | 1011011 | 0 | 1000100 | 11001 | 10001000 | 1010100 | 101001 |
Color Harmonies of #11BF3E
Complementary color
Monochromatic Colors of #11BF3E
Black with #11BF3E
Text Example
Text Example
White with #11BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BF3E; }
p { color: rgb(17,191,62); }
H1.HeaderClassName
{
color: #11BF3E;
}
.AnyTagClassName
{
color: #11BF3E;
}
</style>
background-color css
<style>
a { background-color: #11BF3E; }
a { background-color: rgb(17,191,62); }
div.DivClassName
{
background-color: #11BF3E;
}
.BgClassName
{
background-color: #11BF3E;
}
</style>
border-color css
<style>
span { border-color: #11BF3E; }
span { border-color: rgb(17,191,62); }
td.TdClassName
{
border-color: #11BF3E;
}
.TagClassName
{
border-color: #11BF3E;
}
</style>