Shades of Dark Pastel Green #0BD733
Tints of Dark Pastel Green #0BD733
RGB
CMYK
RGB Variations
Color information
#0BD733 (or 0x0BD733) is known color: Dark Pastel Green. HEX triplet: 0B, D7 and 33. RGB value is (11,215,51). Sum of RGB (Red+Green+Blue) = 11+215+51=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD733 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD733 is #F428CC. Grayscale: #878787. Windows color (decimal): -16001229 or 3397387. OLE color: 3397387.
HSL color Cylindrical-coordinate representation of color #0BD733: hue angle of 131.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD733 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 51 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.16 |
| HSL | 131.76º | 0.9% | 0.44% | - |
| HSV(B) | 131.76º | 0.95% | 0.84% | - |
| XYZ | 25.04 | 48.91 | 11.25 | - |
| YUV | 135.31 | 80.41 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 51 | 0.95 | 0 | 0.76 | 0.16 | 131.76 | 0.9 | 0.44 |
| Hex | B | D7 | 33 | 5F | 0 | 4C | 10 | 84 | 5A | 2C |
| Octal | 13 | 327 | 63 | 137 | 0 | 114 | 20 | 204 | 132 | 54 |
| Binary | 1011 | 11010111 | 110011 | 1011111 | 0 | 1001100 | 10000 | 10000100 | 1011010 | 101100 |
Color Harmonies of #0BD733
Complementary color
Monochromatic Colors of #0BD733
Black with #0BD733
Text Example
Text Example
White with #0BD733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD733; }
p { color: rgb(11,215,51); }
H1.HeaderClassName
{
color: #0BD733;
}
.AnyTagClassName
{
color: #0BD733;
}
</style>
background-color css
<style>
a { background-color: #0BD733; }
a { background-color: rgb(11,215,51); }
div.DivClassName
{
background-color: #0BD733;
}
.BgClassName
{
background-color: #0BD733;
}
</style>
border-color css
<style>
span { border-color: #0BD733; }
span { border-color: rgb(11,215,51); }
td.TdClassName
{
border-color: #0BD733;
}
.TagClassName
{
border-color: #0BD733;
}
</style>