Shades of Dark Pastel Green #0BDA33
Tints of Dark Pastel Green #0BDA33
RGB
CMYK
RGB Variations
Color information
#0BDA33 (or 0x0BDA33) is known color: Dark Pastel Green. HEX triplet: 0B, DA and 33. RGB value is (11,218,51). Sum of RGB (Red+Green+Blue) = 11+218+51=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDA33 is #F425CC. Grayscale: #898989. Windows color (decimal): -16000461 or 3398155. OLE color: 3398155.
HSL color Cylindrical-coordinate representation of color #0BDA33: hue angle of 131.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA33 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 51 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.15 |
| HSL | 131.59º | 0.9% | 0.45% | - |
| HSV(B) | 131.59º | 0.95% | 0.85% | - |
| XYZ | 25.81 | 50.45 | 11.51 | - |
| YUV | 137.07 | 79.42 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 51 | 0.95 | 0 | 0.77 | 0.15 | 131.59 | 0.9 | 0.45 |
| Hex | B | DA | 33 | 5F | 0 | 4D | F | 84 | 5A | 2D |
| Octal | 13 | 332 | 63 | 137 | 0 | 115 | 17 | 204 | 132 | 55 |
| Binary | 1011 | 11011010 | 110011 | 1011111 | 0 | 1001101 | 1111 | 10000100 | 1011010 | 101101 |
Color Harmonies of #0BDA33
Complementary color
Monochromatic Colors of #0BDA33
Black with #0BDA33
Text Example
Text Example
White with #0BDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA33; }
p { color: rgb(11,218,51); }
H1.HeaderClassName
{
color: #0BDA33;
}
.AnyTagClassName
{
color: #0BDA33;
}
</style>
background-color css
<style>
a { background-color: #0BDA33; }
a { background-color: rgb(11,218,51); }
div.DivClassName
{
background-color: #0BDA33;
}
.BgClassName
{
background-color: #0BDA33;
}
</style>
border-color css
<style>
span { border-color: #0BDA33; }
span { border-color: rgb(11,218,51); }
td.TdClassName
{
border-color: #0BDA33;
}
.TagClassName
{
border-color: #0BDA33;
}
</style>