Shades of Dark Pastel Green #0BB63F
Tints of Dark Pastel Green #0BB63F
RGB
CMYK
RGB Variations
Color information
#0BB63F (or 0x0BB63F) is known color: Dark Pastel Green. HEX triplet: 0B, B6 and 3F. RGB value is (11,182,63). Sum of RGB (Red+Green+Blue) = 11+182+63=256 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.30% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB63F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB63F is #F449C0. Grayscale: #757575. Windows color (decimal): -16009665 or 4175371. OLE color: 4175371.
HSL color Cylindrical-coordinate representation of color #0BB63F: hue angle of 138.25º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB63F is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 63 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.29 |
| HSL | 138.25º | 0.89% | 0.38% | - |
| HSV(B) | 138.25º | 0.94% | 0.71% | - |
| XYZ | 17.76 | 33.89 | 10.31 | - |
| YUV | 117.31 | 97.35 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 63 | 0.94 | 0 | 0.65 | 0.29 | 138.25 | 0.89 | 0.38 |
| Hex | B | B6 | 3F | 5E | 0 | 41 | 1D | 8A | 59 | 26 |
| Octal | 13 | 266 | 77 | 136 | 0 | 101 | 35 | 212 | 131 | 46 |
| Binary | 1011 | 10110110 | 111111 | 1011110 | 0 | 1000001 | 11101 | 10001010 | 1011001 | 100110 |
Color Harmonies of #0BB63F
Complementary color
Monochromatic Colors of #0BB63F
Black with #0BB63F
Text Example
Text Example
White with #0BB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB63F; }
p { color: rgb(11,182,63); }
H1.HeaderClassName
{
color: #0BB63F;
}
.AnyTagClassName
{
color: #0BB63F;
}
</style>
background-color css
<style>
a { background-color: #0BB63F; }
a { background-color: rgb(11,182,63); }
div.DivClassName
{
background-color: #0BB63F;
}
.BgClassName
{
background-color: #0BB63F;
}
</style>
border-color css
<style>
span { border-color: #0BB63F; }
span { border-color: rgb(11,182,63); }
td.TdClassName
{
border-color: #0BB63F;
}
.TagClassName
{
border-color: #0BB63F;
}
</style>