Shades of Dark Pastel Green #0BC711
Tints of Dark Pastel Green #0BC711
RGB
CMYK
RGB Variations
Color information
#0BC711 (or 0x0BC711) is known color: Dark Pastel Green. HEX triplet: 0B, C7 and 11. RGB value is (11,199,17). Sum of RGB (Red+Green+Blue) = 11+199+17=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 199 (78.12% from 255 or 87.67% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC711 is #F438EE. Grayscale: #7A7A7A. Windows color (decimal): -16005359 or 1165067. OLE color: 1165067.
HSL color Cylindrical-coordinate representation of color #0BC711: hue angle of 121.91º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC711 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 199 | 17 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.22 |
| HSL | 121.91º | 0.9% | 0.41% | - |
| HSV(B) | 121.91º | 0.94% | 0.78% | - |
| XYZ | 20.66 | 40.96 | 7.35 | - |
| YUV | 122.04 | 68.72 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 199 | 17 | 0.94 | 0 | 0.91 | 0.22 | 121.91 | 0.9 | 0.41 |
| Hex | B | C7 | 11 | 5E | 0 | 5B | 16 | 7A | 5A | 29 |
| Octal | 13 | 307 | 21 | 136 | 0 | 133 | 26 | 172 | 132 | 51 |
| Binary | 1011 | 11000111 | 10001 | 1011110 | 0 | 1011011 | 10110 | 1111010 | 1011010 | 101001 |
Color Harmonies of #0BC711
Complementary color
Monochromatic Colors of #0BC711
Black with #0BC711
Text Example
Text Example
White with #0BC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC711; }
p { color: rgb(11,199,17); }
H1.HeaderClassName
{
color: #0BC711;
}
.AnyTagClassName
{
color: #0BC711;
}
</style>
background-color css
<style>
a { background-color: #0BC711; }
a { background-color: rgb(11,199,17); }
div.DivClassName
{
background-color: #0BC711;
}
.BgClassName
{
background-color: #0BC711;
}
</style>
border-color css
<style>
span { border-color: #0BC711; }
span { border-color: rgb(11,199,17); }
td.TdClassName
{
border-color: #0BC711;
}
.TagClassName
{
border-color: #0BC711;
}
</style>