Shades of Dark Pastel Green #0BD724
Tints of Dark Pastel Green #0BD724
RGB
CMYK
RGB Variations
Color information
#0BD724 (or 0x0BD724) is known color: Dark Pastel Green. HEX triplet: 0B, D7 and 24. RGB value is (11,215,36). Sum of RGB (Red+Green+Blue) = 11+215+36=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 215 (84.38% from 255 or 82.06% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD724 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD724 is #F428DB. Grayscale: #868686. Windows color (decimal): -16001244 or 2414347. OLE color: 2414347.
HSL color Cylindrical-coordinate representation of color #0BD724: hue angle of 127.35º 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 #0BD724 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 36 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.16 |
| HSL | 127.35º | 0.9% | 0.44% | - |
| HSV(B) | 127.35º | 0.95% | 0.84% | - |
| XYZ | 24.76 | 48.8 | 9.78 | - |
| YUV | 133.6 | 72.91 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 36 | 0.95 | 0 | 0.83 | 0.16 | 127.35 | 0.9 | 0.44 |
| Hex | B | D7 | 24 | 5F | 0 | 53 | 10 | 7F | 5A | 2C |
| Octal | 13 | 327 | 44 | 137 | 0 | 123 | 20 | 177 | 132 | 54 |
| Binary | 1011 | 11010111 | 100100 | 1011111 | 0 | 1010011 | 10000 | 1111111 | 1011010 | 101100 |
Color Harmonies of #0BD724
Complementary color
Monochromatic Colors of #0BD724
Black with #0BD724
Text Example
Text Example
White with #0BD724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD724; }
p { color: rgb(11,215,36); }
H1.HeaderClassName
{
color: #0BD724;
}
.AnyTagClassName
{
color: #0BD724;
}
</style>
background-color css
<style>
a { background-color: #0BD724; }
a { background-color: rgb(11,215,36); }
div.DivClassName
{
background-color: #0BD724;
}
.BgClassName
{
background-color: #0BD724;
}
</style>
border-color css
<style>
span { border-color: #0BD724; }
span { border-color: rgb(11,215,36); }
td.TdClassName
{
border-color: #0BD724;
}
.TagClassName
{
border-color: #0BD724;
}
</style>