Shades of Dark Pastel Green #0BD324
Tints of Dark Pastel Green #0BD324
RGB
CMYK
RGB Variations
Color information
#0BD324 (or 0x0BD324) is known color: Dark Pastel Green. HEX triplet: 0B, D3 and 24. RGB value is (11,211,36). Sum of RGB (Red+Green+Blue) = 11+211+36=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 211 (82.81% from 255 or 81.78% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD324 is #F42CDB. Grayscale: #838383. Windows color (decimal): -16002268 or 2413323. OLE color: 2413323.
HSL color Cylindrical-coordinate representation of color #0BD324: hue angle of 127.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD324 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 36 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.17 |
| HSL | 127.5º | 0.9% | 0.44% | - |
| HSV(B) | 127.5º | 0.95% | 0.83% | - |
| XYZ | 23.75 | 46.79 | 9.45 | - |
| YUV | 131.25 | 74.24 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 36 | 0.95 | 0 | 0.83 | 0.17 | 127.5 | 0.9 | 0.44 |
| Hex | B | D3 | 24 | 5F | 0 | 53 | 11 | 80 | 5A | 2C |
| Octal | 13 | 323 | 44 | 137 | 0 | 123 | 21 | 200 | 132 | 54 |
| Binary | 1011 | 11010011 | 100100 | 1011111 | 0 | 1010011 | 10001 | 10000000 | 1011010 | 101100 |
Color Harmonies of #0BD324
Complementary color
Monochromatic Colors of #0BD324
Black with #0BD324
Text Example
Text Example
White with #0BD324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD324; }
p { color: rgb(11,211,36); }
H1.HeaderClassName
{
color: #0BD324;
}
.AnyTagClassName
{
color: #0BD324;
}
</style>
background-color css
<style>
a { background-color: #0BD324; }
a { background-color: rgb(11,211,36); }
div.DivClassName
{
background-color: #0BD324;
}
.BgClassName
{
background-color: #0BD324;
}
</style>
border-color css
<style>
span { border-color: #0BD324; }
span { border-color: rgb(11,211,36); }
td.TdClassName
{
border-color: #0BD324;
}
.TagClassName
{
border-color: #0BD324;
}
</style>