Shades of Dark Pastel Green #11B93F
Tints of Dark Pastel Green #11B93F
RGB
CMYK
RGB Variations
Color information
#11B93F (or 0x11B93F) is known color: Dark Pastel Green. HEX triplet: 11, B9 and 3F. RGB value is (17,185,63). Sum of RGB (Red+Green+Blue) = 17+185+63=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 185 (72.66% from 255 or 69.81% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 185 - color contains mainly: green. Hex color #11B93F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B93F is #EE46C0. Grayscale: #797979. Windows color (decimal): -15615681 or 4176145. OLE color: 4176145.
HSL color Cylindrical-coordinate representation of color #11B93F: hue angle of 136.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B93F is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 63 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.27 |
| HSL | 136.43º | 0.83% | 0.4% | - |
| HSV(B) | 136.43º | 0.91% | 0.73% | - |
| XYZ | 18.48 | 35.18 | 10.52 | - |
| YUV | 120.86 | 95.34 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 63 | 0.91 | 0 | 0.66 | 0.27 | 136.43 | 0.83 | 0.4 |
| Hex | 11 | B9 | 3F | 5B | 0 | 42 | 1B | 88 | 53 | 28 |
| Octal | 21 | 271 | 77 | 133 | 0 | 102 | 33 | 210 | 123 | 50 |
| Binary | 10001 | 10111001 | 111111 | 1011011 | 0 | 1000010 | 11011 | 10001000 | 1010011 | 101000 |
Color Harmonies of #11B93F
Complementary color
Monochromatic Colors of #11B93F
Black with #11B93F
Text Example
Text Example
White with #11B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B93F; }
p { color: rgb(17,185,63); }
H1.HeaderClassName
{
color: #11B93F;
}
.AnyTagClassName
{
color: #11B93F;
}
</style>
background-color css
<style>
a { background-color: #11B93F; }
a { background-color: rgb(17,185,63); }
div.DivClassName
{
background-color: #11B93F;
}
.BgClassName
{
background-color: #11B93F;
}
</style>
border-color css
<style>
span { border-color: #11B93F; }
span { border-color: rgb(17,185,63); }
td.TdClassName
{
border-color: #11B93F;
}
.TagClassName
{
border-color: #11B93F;
}
</style>