Shades of Dark Pastel Green #11CF3F
Tints of Dark Pastel Green #11CF3F
RGB
CMYK
RGB Variations
Color information
#11CF3F (or 0x11CF3F) is known color: Dark Pastel Green. HEX triplet: 11, CF and 3F. RGB value is (17,207,63). Sum of RGB (Red+Green+Blue) = 17+207+63=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CF3F is #EE30C0. Grayscale: #868686. Windows color (decimal): -15610049 or 4181777. OLE color: 4181777.
HSL color Cylindrical-coordinate representation of color #11CF3F: hue angle of 134.53º 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 #11CF3F is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 63 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.19 |
| HSL | 134.53º | 0.85% | 0.44% | - |
| HSV(B) | 134.53º | 0.92% | 0.81% | - |
| XYZ | 23.44 | 45.1 | 12.17 | - |
| YUV | 133.77 | 88.05 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 63 | 0.92 | 0 | 0.70 | 0.19 | 134.53 | 0.85 | 0.44 |
| Hex | 11 | CF | 3F | 5C | 0 | 46 | 13 | 87 | 55 | 2C |
| Octal | 21 | 317 | 77 | 134 | 0 | 106 | 23 | 207 | 125 | 54 |
| Binary | 10001 | 11001111 | 111111 | 1011100 | 0 | 1000110 | 10011 | 10000111 | 1010101 | 101100 |
Color Harmonies of #11CF3F
Complementary color
Monochromatic Colors of #11CF3F
Black with #11CF3F
Text Example
Text Example
White with #11CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF3F; }
p { color: rgb(17,207,63); }
H1.HeaderClassName
{
color: #11CF3F;
}
.AnyTagClassName
{
color: #11CF3F;
}
</style>
background-color css
<style>
a { background-color: #11CF3F; }
a { background-color: rgb(17,207,63); }
div.DivClassName
{
background-color: #11CF3F;
}
.BgClassName
{
background-color: #11CF3F;
}
</style>
border-color css
<style>
span { border-color: #11CF3F; }
span { border-color: rgb(17,207,63); }
td.TdClassName
{
border-color: #11CF3F;
}
.TagClassName
{
border-color: #11CF3F;
}
</style>