Shades of Dark Pastel Green #11C533
Tints of Dark Pastel Green #11C533
RGB
CMYK
RGB Variations
Color information
#11C533 (or 0x11C533) is known color: Dark Pastel Green. HEX triplet: 11, C5 and 33. RGB value is (17,197,51). Sum of RGB (Red+Green+Blue) = 17+197+51=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 197 (77.34% from 255 or 74.34% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 197 - color contains mainly: green. Hex color #11C533 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C533 is #EE3ACC. Grayscale: #7E7E7E. Windows color (decimal): -15612621 or 3392785. OLE color: 3392785.
HSL color Cylindrical-coordinate representation of color #11C533: hue angle of 131.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C533 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 51 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.23 |
| HSL | 131.33º | 0.84% | 0.42% | - |
| HSV(B) | 131.33º | 0.91% | 0.77% | - |
| XYZ | 20.79 | 40.29 | 9.81 | - |
| YUV | 126.54 | 85.37 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 51 | 0.91 | 0 | 0.74 | 0.23 | 131.33 | 0.84 | 0.42 |
| Hex | 11 | C5 | 33 | 5B | 0 | 4A | 17 | 83 | 54 | 2A |
| Octal | 21 | 305 | 63 | 133 | 0 | 112 | 27 | 203 | 124 | 52 |
| Binary | 10001 | 11000101 | 110011 | 1011011 | 0 | 1001010 | 10111 | 10000011 | 1010100 | 101010 |
Color Harmonies of #11C533
Complementary color
Monochromatic Colors of #11C533
Black with #11C533
Text Example
Text Example
White with #11C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C533; }
p { color: rgb(17,197,51); }
H1.HeaderClassName
{
color: #11C533;
}
.AnyTagClassName
{
color: #11C533;
}
</style>
background-color css
<style>
a { background-color: #11C533; }
a { background-color: rgb(17,197,51); }
div.DivClassName
{
background-color: #11C533;
}
.BgClassName
{
background-color: #11C533;
}
</style>
border-color css
<style>
span { border-color: #11C533; }
span { border-color: rgb(17,197,51); }
td.TdClassName
{
border-color: #11C533;
}
.TagClassName
{
border-color: #11C533;
}
</style>