Shades of Dark Pastel Green #11C83D
Tints of Dark Pastel Green #11C83D
RGB
CMYK
RGB Variations
Color information
#11C83D (or 0x11C83D) is known color: Dark Pastel Green. HEX triplet: 11, C8 and 3D. RGB value is (17,200,61). Sum of RGB (Red+Green+Blue) = 17+200+61=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 200 (78.52% from 255 or 71.94% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 200 - color contains mainly: green. Hex color #11C83D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C83D is #EE37C2. Grayscale: #818181. Windows color (decimal): -15611843 or 4048913. OLE color: 4048913.
HSL color Cylindrical-coordinate representation of color #11C83D: hue angle of 134.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C83D is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 200 | 61 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.22 |
| HSL | 134.43º | 0.84% | 0.43% | - |
| HSV(B) | 134.43º | 0.92% | 0.78% | - |
| XYZ | 21.73 | 41.76 | 11.33 | - |
| YUV | 129.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 61 | 0.92 | 0 | 0.69 | 0.22 | 134.43 | 0.84 | 0.43 |
| Hex | 11 | C8 | 3D | 5C | 0 | 45 | 16 | 86 | 54 | 2B |
| Octal | 21 | 310 | 75 | 134 | 0 | 105 | 26 | 206 | 124 | 53 |
| Binary | 10001 | 11001000 | 111101 | 1011100 | 0 | 1000101 | 10110 | 10000110 | 1010100 | 101011 |
Color Harmonies of #11C83D
Complementary color
Monochromatic Colors of #11C83D
Black with #11C83D
Text Example
Text Example
White with #11C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C83D; }
p { color: rgb(17,200,61); }
H1.HeaderClassName
{
color: #11C83D;
}
.AnyTagClassName
{
color: #11C83D;
}
</style>
background-color css
<style>
a { background-color: #11C83D; }
a { background-color: rgb(17,200,61); }
div.DivClassName
{
background-color: #11C83D;
}
.BgClassName
{
background-color: #11C83D;
}
</style>
border-color css
<style>
span { border-color: #11C83D; }
span { border-color: rgb(17,200,61); }
td.TdClassName
{
border-color: #11C83D;
}
.TagClassName
{
border-color: #11C83D;
}
</style>