Shades of Dark Pastel Green #0BBD4B
Tints of Dark Pastel Green #0BBD4B
RGB
CMYK
RGB Variations
Color information
#0BBD4B (or 0x0BBD4B) is known color: Dark Pastel Green. HEX triplet: 0B, BD and 4B. RGB value is (11,189,75). Sum of RGB (Red+Green+Blue) = 11+189+75=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBD4B is #F442B4. Grayscale: #7B7B7B. Windows color (decimal): -16007861 or 4963595. OLE color: 4963595.
HSL color Cylindrical-coordinate representation of color #0BBD4B: hue angle of 141.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD4B is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 189 | 75 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.26 |
| HSL | 141.57º | 0.89% | 0.39% | - |
| HSV(B) | 141.57º | 0.94% | 0.74% | - |
| XYZ | 19.61 | 36.97 | 12.76 | - |
| YUV | 122.78 | 101.03 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 189 | 75 | 0.94 | 0 | 0.60 | 0.26 | 141.57 | 0.89 | 0.39 |
| Hex | B | BD | 4B | 5E | 0 | 3C | 1A | 8E | 59 | 27 |
| Octal | 13 | 275 | 113 | 136 | 0 | 74 | 32 | 216 | 131 | 47 |
| Binary | 1011 | 10111101 | 1001011 | 1011110 | 0 | 111100 | 11010 | 10001110 | 1011001 | 100111 |
Color Harmonies of #0BBD4B
Complementary color
Monochromatic Colors of #0BBD4B
Black with #0BBD4B
Text Example
Text Example
White with #0BBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBD4B; }
p { color: rgb(11,189,75); }
H1.HeaderClassName
{
color: #0BBD4B;
}
.AnyTagClassName
{
color: #0BBD4B;
}
</style>
background-color css
<style>
a { background-color: #0BBD4B; }
a { background-color: rgb(11,189,75); }
div.DivClassName
{
background-color: #0BBD4B;
}
.BgClassName
{
background-color: #0BBD4B;
}
</style>
border-color css
<style>
span { border-color: #0BBD4B; }
span { border-color: rgb(11,189,75); }
td.TdClassName
{
border-color: #0BBD4B;
}
.TagClassName
{
border-color: #0BBD4B;
}
</style>