Shades of Mountain Meadow #0BCF7B
Tints of Mountain Meadow #0BCF7B
RGB
CMYK
RGB Variations
Color information
#0BCF7B (or 0x0BCF7B) is known color: Mountain Meadow. HEX triplet: 0B, CF and 7B. RGB value is (11,207,123). Sum of RGB (Red+Green+Blue) = 11+207+123=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCF7B is #F43084. Grayscale: #8A8A8A. Windows color (decimal): -16003205 or 8113931. OLE color: 8113931.
HSL color Cylindrical-coordinate representation of color #0BCF7B: hue angle of 154.29º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCF7B is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 123 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.19 |
| HSL | 154.29º | 0.9% | 0.43% | - |
| HSV(B) | 154.29º | 0.95% | 0.81% | - |
| XYZ | 26.03 | 46.13 | 26.27 | - |
| YUV | 138.82 | 119.07 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 123 | 0.95 | 0 | 0.41 | 0.19 | 154.29 | 0.9 | 0.43 |
| Hex | B | CF | 7B | 5F | 0 | 29 | 13 | 9A | 5A | 2B |
| Octal | 13 | 317 | 173 | 137 | 0 | 51 | 23 | 232 | 132 | 53 |
| Binary | 1011 | 11001111 | 1111011 | 1011111 | 0 | 101001 | 10011 | 10011010 | 1011010 | 101011 |
Color Harmonies of #0BCF7B
Complementary color
Monochromatic Colors of #0BCF7B
Black with #0BCF7B
Text Example
Text Example
White with #0BCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCF7B; }
p { color: rgb(11,207,123); }
H1.HeaderClassName
{
color: #0BCF7B;
}
.AnyTagClassName
{
color: #0BCF7B;
}
</style>
background-color css
<style>
a { background-color: #0BCF7B; }
a { background-color: rgb(11,207,123); }
div.DivClassName
{
background-color: #0BCF7B;
}
.BgClassName
{
background-color: #0BCF7B;
}
</style>
border-color css
<style>
span { border-color: #0BCF7B; }
span { border-color: rgb(11,207,123); }
td.TdClassName
{
border-color: #0BCF7B;
}
.TagClassName
{
border-color: #0BCF7B;
}
</style>