Shades of Dark Pastel Green #0BD536
Tints of Dark Pastel Green #0BD536
RGB
CMYK
RGB Variations
Color information
#0BD536 (or 0x0BD536) is known color: Dark Pastel Green. HEX triplet: 0B, D5 and 36. RGB value is (11,213,54). Sum of RGB (Red+Green+Blue) = 11+213+54=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #0BD536 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD536 is #F42AC9. Grayscale: #868686. Windows color (decimal): -16001738 or 3593483. OLE color: 3593483.
HSL color Cylindrical-coordinate representation of color #0BD536: hue angle of 132.77º 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 #0BD536 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 213 | 54 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.16 |
| HSL | 132.77º | 0.9% | 0.44% | - |
| HSV(B) | 132.77º | 0.95% | 0.84% | - |
| XYZ | 24.6 | 47.93 | 11.44 | - |
| YUV | 134.48 | 82.58 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 213 | 54 | 0.95 | 0 | 0.75 | 0.16 | 132.77 | 0.9 | 0.44 |
| Hex | B | D5 | 36 | 5F | 0 | 4B | 10 | 85 | 5A | 2C |
| Octal | 13 | 325 | 66 | 137 | 0 | 113 | 20 | 205 | 132 | 54 |
| Binary | 1011 | 11010101 | 110110 | 1011111 | 0 | 1001011 | 10000 | 10000101 | 1011010 | 101100 |
Color Harmonies of #0BD536
Complementary color
Monochromatic Colors of #0BD536
Black with #0BD536
Text Example
Text Example
White with #0BD536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD536; }
p { color: rgb(11,213,54); }
H1.HeaderClassName
{
color: #0BD536;
}
.AnyTagClassName
{
color: #0BD536;
}
</style>
background-color css
<style>
a { background-color: #0BD536; }
a { background-color: rgb(11,213,54); }
div.DivClassName
{
background-color: #0BD536;
}
.BgClassName
{
background-color: #0BD536;
}
</style>
border-color css
<style>
span { border-color: #0BD536; }
span { border-color: rgb(11,213,54); }
td.TdClassName
{
border-color: #0BD536;
}
.TagClassName
{
border-color: #0BD536;
}
</style>