Shades of Dark Pastel Green #0BC350
Tints of Dark Pastel Green #0BC350
RGB
CMYK
RGB Variations
Color information
#0BC350 (or 0x0BC350) is known color: Dark Pastel Green. HEX triplet: 0B, C3 and 50. RGB value is (11,195,80). Sum of RGB (Red+Green+Blue) = 11+195+80=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC350 is #F43CAF. Grayscale: #7F7F7F. Windows color (decimal): -16006320 or 5292811. OLE color: 5292811.
HSL color Cylindrical-coordinate representation of color #0BC350: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC350 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 80 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.24 |
| HSL | 142.5º | 0.89% | 0.4% | - |
| HSV(B) | 142.5º | 0.94% | 0.76% | - |
| XYZ | 21.1 | 39.68 | 14.14 | - |
| YUV | 126.87 | 101.54 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 80 | 0.94 | 0 | 0.59 | 0.24 | 142.5 | 0.89 | 0.4 |
| Hex | B | C3 | 50 | 5E | 0 | 3B | 18 | 8E | 59 | 28 |
| Octal | 13 | 303 | 120 | 136 | 0 | 73 | 30 | 216 | 131 | 50 |
| Binary | 1011 | 11000011 | 1010000 | 1011110 | 0 | 111011 | 11000 | 10001110 | 1011001 | 101000 |
Color Harmonies of #0BC350
Complementary color
Monochromatic Colors of #0BC350
Black with #0BC350
Text Example
Text Example
White with #0BC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC350; }
p { color: rgb(11,195,80); }
H1.HeaderClassName
{
color: #0BC350;
}
.AnyTagClassName
{
color: #0BC350;
}
</style>
background-color css
<style>
a { background-color: #0BC350; }
a { background-color: rgb(11,195,80); }
div.DivClassName
{
background-color: #0BC350;
}
.BgClassName
{
background-color: #0BC350;
}
</style>
border-color css
<style>
span { border-color: #0BC350; }
span { border-color: rgb(11,195,80); }
td.TdClassName
{
border-color: #0BC350;
}
.TagClassName
{
border-color: #0BC350;
}
</style>