Shades of Dark Pastel Green #11CF3B
Tints of Dark Pastel Green #11CF3B
RGB
CMYK
RGB Variations
Color information
#11CF3B (or 0x11CF3B) is known color: Dark Pastel Green. HEX triplet: 11, CF and 3B. RGB value is (17,207,59). Sum of RGB (Red+Green+Blue) = 17+207+59=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 207 (81.25% from 255 or 73.14% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CF3B is #EE30C4. Grayscale: #858585. Windows color (decimal): -15610053 or 3919633. OLE color: 3919633.
HSL color Cylindrical-coordinate representation of color #11CF3B: hue angle of 133.26º 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 #11CF3B is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 59 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.19 |
| HSL | 133.26º | 0.85% | 0.44% | - |
| HSV(B) | 133.26º | 0.92% | 0.81% | - |
| XYZ | 23.33 | 45.06 | 11.61 | - |
| YUV | 133.32 | 86.05 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 59 | 0.92 | 0 | 0.71 | 0.19 | 133.26 | 0.85 | 0.44 |
| Hex | 11 | CF | 3B | 5C | 0 | 47 | 13 | 85 | 55 | 2C |
| Octal | 21 | 317 | 73 | 134 | 0 | 107 | 23 | 205 | 125 | 54 |
| Binary | 10001 | 11001111 | 111011 | 1011100 | 0 | 1000111 | 10011 | 10000101 | 1010101 | 101100 |
Color Harmonies of #11CF3B
Complementary color
Monochromatic Colors of #11CF3B
Black with #11CF3B
Text Example
Text Example
White with #11CF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF3B; }
p { color: rgb(17,207,59); }
H1.HeaderClassName
{
color: #11CF3B;
}
.AnyTagClassName
{
color: #11CF3B;
}
</style>
background-color css
<style>
a { background-color: #11CF3B; }
a { background-color: rgb(17,207,59); }
div.DivClassName
{
background-color: #11CF3B;
}
.BgClassName
{
background-color: #11CF3B;
}
</style>
border-color css
<style>
span { border-color: #11CF3B; }
span { border-color: rgb(17,207,59); }
td.TdClassName
{
border-color: #11CF3B;
}
.TagClassName
{
border-color: #11CF3B;
}
</style>