Shades of Dark Pastel Green #0BBC4E
Tints of Dark Pastel Green #0BBC4E
RGB
CMYK
RGB Variations
Color information
#0BBC4E (or 0x0BBC4E) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 4E. RGB value is (11,188,78). Sum of RGB (Red+Green+Blue) = 11+188+78=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC4E is #F443B1. Grayscale: #7A7A7A. Windows color (decimal): -16008114 or 5159947. OLE color: 5159947.
HSL color Cylindrical-coordinate representation of color #0BBC4E: hue angle of 142.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC4E is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 78 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.26 |
| HSL | 142.71º | 0.89% | 0.39% | - |
| HSV(B) | 142.71º | 0.94% | 0.74% | - |
| XYZ | 19.5 | 36.59 | 13.24 | - |
| YUV | 122.54 | 102.86 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 78 | 0.94 | 0 | 0.59 | 0.26 | 142.71 | 0.89 | 0.39 |
| Hex | B | BC | 4E | 5E | 0 | 3B | 1A | 8F | 59 | 27 |
| Octal | 13 | 274 | 116 | 136 | 0 | 73 | 32 | 217 | 131 | 47 |
| Binary | 1011 | 10111100 | 1001110 | 1011110 | 0 | 111011 | 11010 | 10001111 | 1011001 | 100111 |
Color Harmonies of #0BBC4E
Complementary color
Monochromatic Colors of #0BBC4E
Black with #0BBC4E
Text Example
Text Example
White with #0BBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC4E; }
p { color: rgb(11,188,78); }
H1.HeaderClassName
{
color: #0BBC4E;
}
.AnyTagClassName
{
color: #0BBC4E;
}
</style>
background-color css
<style>
a { background-color: #0BBC4E; }
a { background-color: rgb(11,188,78); }
div.DivClassName
{
background-color: #0BBC4E;
}
.BgClassName
{
background-color: #0BBC4E;
}
</style>
border-color css
<style>
span { border-color: #0BBC4E; }
span { border-color: rgb(11,188,78); }
td.TdClassName
{
border-color: #0BBC4E;
}
.TagClassName
{
border-color: #0BBC4E;
}
</style>