Shades of Dark Pastel Green #11CF3A
Tints of Dark Pastel Green #11CF3A
RGB
CMYK
RGB Variations
Color information
#11CF3A (or 0x11CF3A) is known color: Dark Pastel Green. HEX triplet: 11, CF and 3A. RGB value is (17,207,58). Sum of RGB (Red+Green+Blue) = 17+207+58=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CF3A is #EE30C5. Grayscale: #858585. Windows color (decimal): -15610054 or 3854097. OLE color: 3854097.
HSL color Cylindrical-coordinate representation of color #11CF3A: hue angle of 132.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CF3A is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 58 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.19 |
| HSL | 132.95º | 0.85% | 0.44% | - |
| HSV(B) | 132.95º | 0.92% | 0.81% | - |
| XYZ | 23.31 | 45.05 | 11.47 | - |
| YUV | 133.2 | 85.55 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 58 | 0.92 | 0 | 0.72 | 0.19 | 132.95 | 0.85 | 0.44 |
| Hex | 11 | CF | 3A | 5C | 0 | 48 | 13 | 85 | 55 | 2C |
| Octal | 21 | 317 | 72 | 134 | 0 | 110 | 23 | 205 | 125 | 54 |
| Binary | 10001 | 11001111 | 111010 | 1011100 | 0 | 1001000 | 10011 | 10000101 | 1010101 | 101100 |
Color Harmonies of #11CF3A
Complementary color
Monochromatic Colors of #11CF3A
Black with #11CF3A
Text Example
Text Example
White with #11CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF3A; }
p { color: rgb(17,207,58); }
H1.HeaderClassName
{
color: #11CF3A;
}
.AnyTagClassName
{
color: #11CF3A;
}
</style>
background-color css
<style>
a { background-color: #11CF3A; }
a { background-color: rgb(17,207,58); }
div.DivClassName
{
background-color: #11CF3A;
}
.BgClassName
{
background-color: #11CF3A;
}
</style>
border-color css
<style>
span { border-color: #11CF3A; }
span { border-color: rgb(17,207,58); }
td.TdClassName
{
border-color: #11CF3A;
}
.TagClassName
{
border-color: #11CF3A;
}
</style>