Shades of Mountain Meadow #0BCB7F
Tints of Mountain Meadow #0BCB7F
RGB
CMYK
RGB Variations
Color information
#0BCB7F (or 0x0BCB7F) is known color: Mountain Meadow. HEX triplet: 0B, CB and 7F. RGB value is (11,203,127). Sum of RGB (Red+Green+Blue) = 11+203+127=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCB7F is #F43480. Grayscale: #898989. Windows color (decimal): -16004225 or 8375051. OLE color: 8375051.
HSL color Cylindrical-coordinate representation of color #0BCB7F: hue angle of 156.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB7F is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 127 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.20 |
| HSL | 156.25º | 0.9% | 0.42% | - |
| HSV(B) | 156.25º | 0.95% | 0.8% | - |
| XYZ | 25.32 | 44.32 | 27.3 | - |
| YUV | 136.93 | 122.39 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 127 | 0.95 | 0 | 0.37 | 0.20 | 156.25 | 0.9 | 0.42 |
| Hex | B | CB | 7F | 5F | 0 | 25 | 14 | 9C | 5A | 2A |
| Octal | 13 | 313 | 177 | 137 | 0 | 45 | 24 | 234 | 132 | 52 |
| Binary | 1011 | 11001011 | 1111111 | 1011111 | 0 | 100101 | 10100 | 10011100 | 1011010 | 101010 |
Color Harmonies of #0BCB7F
Complementary color
Monochromatic Colors of #0BCB7F
Black with #0BCB7F
Text Example
Text Example
White with #0BCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB7F; }
p { color: rgb(11,203,127); }
H1.HeaderClassName
{
color: #0BCB7F;
}
.AnyTagClassName
{
color: #0BCB7F;
}
</style>
background-color css
<style>
a { background-color: #0BCB7F; }
a { background-color: rgb(11,203,127); }
div.DivClassName
{
background-color: #0BCB7F;
}
.BgClassName
{
background-color: #0BCB7F;
}
</style>
border-color css
<style>
span { border-color: #0BCB7F; }
span { border-color: rgb(11,203,127); }
td.TdClassName
{
border-color: #0BCB7F;
}
.TagClassName
{
border-color: #0BCB7F;
}
</style>