Shades of Mountain Meadow #0BD377
Tints of Mountain Meadow #0BD377
RGB
CMYK
RGB Variations
Color information
#0BD377 (or 0x0BD377) is known color: Mountain Meadow. HEX triplet: 0B, D3 and 77. RGB value is (11,211,119). Sum of RGB (Red+Green+Blue) = 11+211+119=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 211 (82.81% from 255 or 61.88% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD377 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD377 is #F42C88. Grayscale: #8C8C8C. Windows color (decimal): -16002185 or 7852811. OLE color: 7852811.
HSL color Cylindrical-coordinate representation of color #0BD377: hue angle of 152.4º 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 #0BD377 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 211 | 119 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.17 |
| HSL | 152.4º | 0.9% | 0.44% | - |
| HSV(B) | 152.4º | 0.95% | 0.83% | - |
| XYZ | 26.76 | 47.99 | 25.31 | - |
| YUV | 140.71 | 115.74 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 211 | 119 | 0.95 | 0 | 0.44 | 0.17 | 152.4 | 0.9 | 0.44 |
| Hex | B | D3 | 77 | 5F | 0 | 2C | 11 | 98 | 5A | 2C |
| Octal | 13 | 323 | 167 | 137 | 0 | 54 | 21 | 230 | 132 | 54 |
| Binary | 1011 | 11010011 | 1110111 | 1011111 | 0 | 101100 | 10001 | 10011000 | 1011010 | 101100 |
Color Harmonies of #0BD377
Complementary color
Monochromatic Colors of #0BD377
Black with #0BD377
Text Example
Text Example
White with #0BD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD377; }
p { color: rgb(11,211,119); }
H1.HeaderClassName
{
color: #0BD377;
}
.AnyTagClassName
{
color: #0BD377;
}
</style>
background-color css
<style>
a { background-color: #0BD377; }
a { background-color: rgb(11,211,119); }
div.DivClassName
{
background-color: #0BD377;
}
.BgClassName
{
background-color: #0BD377;
}
</style>
border-color css
<style>
span { border-color: #0BD377; }
span { border-color: rgb(11,211,119); }
td.TdClassName
{
border-color: #0BD377;
}
.TagClassName
{
border-color: #0BD377;
}
</style>