Shades of Dark Pastel Green #0BC04B
Tints of Dark Pastel Green #0BC04B
RGB
CMYK
RGB Variations
Color information
#0BC04B (or 0x0BC04B) is known color: Dark Pastel Green. HEX triplet: 0B, C0 and 4B. RGB value is (11,192,75). Sum of RGB (Red+Green+Blue) = 11+192+75=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC04B is #F43FB4. Grayscale: #7C7C7C. Windows color (decimal): -16007093 or 4964363. OLE color: 4964363.
HSL color Cylindrical-coordinate representation of color #0BC04B: hue angle of 141.22º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC04B is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 75 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.25 |
| HSL | 141.22º | 0.89% | 0.4% | - |
| HSV(B) | 141.22º | 0.94% | 0.75% | - |
| XYZ | 20.26 | 38.28 | 12.98 | - |
| YUV | 124.54 | 100.03 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 75 | 0.94 | 0 | 0.61 | 0.25 | 141.22 | 0.89 | 0.4 |
| Hex | B | C0 | 4B | 5E | 0 | 3D | 19 | 8D | 59 | 28 |
| Octal | 13 | 300 | 113 | 136 | 0 | 75 | 31 | 215 | 131 | 50 |
| Binary | 1011 | 11000000 | 1001011 | 1011110 | 0 | 111101 | 11001 | 10001101 | 1011001 | 101000 |
Color Harmonies of #0BC04B
Complementary color
Monochromatic Colors of #0BC04B
Black with #0BC04B
Text Example
Text Example
White with #0BC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC04B; }
p { color: rgb(11,192,75); }
H1.HeaderClassName
{
color: #0BC04B;
}
.AnyTagClassName
{
color: #0BC04B;
}
</style>
background-color css
<style>
a { background-color: #0BC04B; }
a { background-color: rgb(11,192,75); }
div.DivClassName
{
background-color: #0BC04B;
}
.BgClassName
{
background-color: #0BC04B;
}
</style>
border-color css
<style>
span { border-color: #0BC04B; }
span { border-color: rgb(11,192,75); }
td.TdClassName
{
border-color: #0BC04B;
}
.TagClassName
{
border-color: #0BC04B;
}
</style>