Shades of Dark Pastel Green #11C834
Tints of Dark Pastel Green #11C834
RGB
CMYK
RGB Variations
Color information
#11C834 (or 0x11C834) is known color: Dark Pastel Green. HEX triplet: 11, C8 and 34. RGB value is (17,200,52). Sum of RGB (Red+Green+Blue) = 17+200+52=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #11C834 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C834 is #EE37CB. Grayscale: #808080. Windows color (decimal): -15611852 or 3459089. OLE color: 3459089.
HSL color Cylindrical-coordinate representation of color #11C834: hue angle of 131.48º 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 #11C834 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 200 | 52 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.22 |
| HSL | 131.48º | 0.84% | 0.43% | - |
| HSV(B) | 131.48º | 0.92% | 0.78% | - |
| XYZ | 21.51 | 41.68 | 10.16 | - |
| YUV | 128.41 | 84.87 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 52 | 0.92 | 0 | 0.74 | 0.22 | 131.48 | 0.84 | 0.43 |
| Hex | 11 | C8 | 34 | 5C | 0 | 4A | 16 | 83 | 54 | 2B |
| Octal | 21 | 310 | 64 | 134 | 0 | 112 | 26 | 203 | 124 | 53 |
| Binary | 10001 | 11001000 | 110100 | 1011100 | 0 | 1001010 | 10110 | 10000011 | 1010100 | 101011 |
Color Harmonies of #11C834
Complementary color
Monochromatic Colors of #11C834
Black with #11C834
Text Example
Text Example
White with #11C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C834; }
p { color: rgb(17,200,52); }
H1.HeaderClassName
{
color: #11C834;
}
.AnyTagClassName
{
color: #11C834;
}
</style>
background-color css
<style>
a { background-color: #11C834; }
a { background-color: rgb(17,200,52); }
div.DivClassName
{
background-color: #11C834;
}
.BgClassName
{
background-color: #11C834;
}
</style>
border-color css
<style>
span { border-color: #11C834; }
span { border-color: rgb(17,200,52); }
td.TdClassName
{
border-color: #11C834;
}
.TagClassName
{
border-color: #11C834;
}
</style>