Shades of Dark Pastel Green #11D735
Tints of Dark Pastel Green #11D735
RGB
CMYK
RGB Variations
Color information
#11D735 (or 0x11D735) is known color: Dark Pastel Green. HEX triplet: 11, D7 and 35. RGB value is (17,215,53). Sum of RGB (Red+Green+Blue) = 17+215+53=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #11D735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D735 is #EE28CA. Grayscale: #898989. Windows color (decimal): -15608011 or 3528465. OLE color: 3528465.
HSL color Cylindrical-coordinate representation of color #11D735: hue angle of 130.91º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D735 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 215 | 53 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.16 |
| HSL | 130.91º | 0.85% | 0.45% | - |
| HSV(B) | 130.91º | 0.92% | 0.84% | - |
| XYZ | 25.17 | 48.98 | 11.49 | - |
| YUV | 137.33 | 80.4 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 215 | 53 | 0.92 | 0 | 0.75 | 0.16 | 130.91 | 0.85 | 0.45 |
| Hex | 11 | D7 | 35 | 5C | 0 | 4B | 10 | 83 | 55 | 2D |
| Octal | 21 | 327 | 65 | 134 | 0 | 113 | 20 | 203 | 125 | 55 |
| Binary | 10001 | 11010111 | 110101 | 1011100 | 0 | 1001011 | 10000 | 10000011 | 1010101 | 101101 |
Color Harmonies of #11D735
Complementary color
Monochromatic Colors of #11D735
Black with #11D735
Text Example
Text Example
White with #11D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D735; }
p { color: rgb(17,215,53); }
H1.HeaderClassName
{
color: #11D735;
}
.AnyTagClassName
{
color: #11D735;
}
</style>
background-color css
<style>
a { background-color: #11D735; }
a { background-color: rgb(17,215,53); }
div.DivClassName
{
background-color: #11D735;
}
.BgClassName
{
background-color: #11D735;
}
</style>
border-color css
<style>
span { border-color: #11D735; }
span { border-color: rgb(17,215,53); }
td.TdClassName
{
border-color: #11D735;
}
.TagClassName
{
border-color: #11D735;
}
</style>