Shades of Dark Pastel Green #11C823
Tints of Dark Pastel Green #11C823
RGB
CMYK
RGB Variations
Color information
#11C823 (or 0x11C823) is known color: Dark Pastel Green. HEX triplet: 11, C8 and 23. RGB value is (17,200,35). Sum of RGB (Red+Green+Blue) = 17+200+35=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 200 (78.52% from 255 or 79.37% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 200 - color contains mainly: green. Hex color #11C823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C823 is #EE37DC. Grayscale: #7E7E7E. Windows color (decimal): -15611869 or 2344977. OLE color: 2344977.
HSL color Cylindrical-coordinate representation of color #11C823: hue angle of 125.9º 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 #11C823 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 200 | 35 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.22 |
| HSL | 125.9º | 0.84% | 0.43% | - |
| HSV(B) | 125.9º | 0.92% | 0.78% | - |
| XYZ | 21.19 | 41.55 | 8.49 | - |
| YUV | 126.47 | 76.37 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 35 | 0.92 | 0 | 0.82 | 0.22 | 125.9 | 0.84 | 0.43 |
| Hex | 11 | C8 | 23 | 5C | 0 | 52 | 16 | 7E | 54 | 2B |
| Octal | 21 | 310 | 43 | 134 | 0 | 122 | 26 | 176 | 124 | 53 |
| Binary | 10001 | 11001000 | 100011 | 1011100 | 0 | 1010010 | 10110 | 1111110 | 1010100 | 101011 |
Color Harmonies of #11C823
Complementary color
Monochromatic Colors of #11C823
Black with #11C823
Text Example
Text Example
White with #11C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C823; }
p { color: rgb(17,200,35); }
H1.HeaderClassName
{
color: #11C823;
}
.AnyTagClassName
{
color: #11C823;
}
</style>
background-color css
<style>
a { background-color: #11C823; }
a { background-color: rgb(17,200,35); }
div.DivClassName
{
background-color: #11C823;
}
.BgClassName
{
background-color: #11C823;
}
</style>
border-color css
<style>
span { border-color: #11C823; }
span { border-color: rgb(17,200,35); }
td.TdClassName
{
border-color: #11C823;
}
.TagClassName
{
border-color: #11C823;
}
</style>