Shades of Dark Pastel Green #11B83F
Tints of Dark Pastel Green #11B83F
RGB
CMYK
RGB Variations
Color information
#11B83F (or 0x11B83F) is known color: Dark Pastel Green. HEX triplet: 11, B8 and 3F. RGB value is (17,184,63). Sum of RGB (Red+Green+Blue) = 17+184+63=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 184 (72.27% from 255 or 69.70% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 184 - color contains mainly: green. Hex color #11B83F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B83F is #EE47C0. Grayscale: #787878. Windows color (decimal): -15615937 or 4175889. OLE color: 4175889.
HSL color Cylindrical-coordinate representation of color #11B83F: hue angle of 136.53º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B83F is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 63 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.28 |
| HSL | 136.53º | 0.83% | 0.39% | - |
| HSV(B) | 136.53º | 0.91% | 0.72% | - |
| XYZ | 18.27 | 34.76 | 10.45 | - |
| YUV | 120.27 | 95.67 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 63 | 0.91 | 0 | 0.66 | 0.28 | 136.53 | 0.83 | 0.39 |
| Hex | 11 | B8 | 3F | 5B | 0 | 42 | 1C | 89 | 53 | 27 |
| Octal | 21 | 270 | 77 | 133 | 0 | 102 | 34 | 211 | 123 | 47 |
| Binary | 10001 | 10111000 | 111111 | 1011011 | 0 | 1000010 | 11100 | 10001001 | 1010011 | 100111 |
Color Harmonies of #11B83F
Complementary color
Monochromatic Colors of #11B83F
Black with #11B83F
Text Example
Text Example
White with #11B83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B83F; }
p { color: rgb(17,184,63); }
H1.HeaderClassName
{
color: #11B83F;
}
.AnyTagClassName
{
color: #11B83F;
}
</style>
background-color css
<style>
a { background-color: #11B83F; }
a { background-color: rgb(17,184,63); }
div.DivClassName
{
background-color: #11B83F;
}
.BgClassName
{
background-color: #11B83F;
}
</style>
border-color css
<style>
span { border-color: #11B83F; }
span { border-color: rgb(17,184,63); }
td.TdClassName
{
border-color: #11B83F;
}
.TagClassName
{
border-color: #11B83F;
}
</style>