Shades of Mountain Meadow #0BC479
Tints of Mountain Meadow #0BC479
RGB
CMYK
RGB Variations
Color information
#0BC479 (or 0x0BC479) is known color: Mountain Meadow. HEX triplet: 0B, C4 and 79. RGB value is (11,196,121). Sum of RGB (Red+Green+Blue) = 11+196+121=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC479 is #F43B86. Grayscale: #848484. Windows color (decimal): -16006023 or 7980043. OLE color: 7980043.
HSL color Cylindrical-coordinate representation of color #0BC479: hue angle of 155.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC479 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 196 | 121 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.23 |
| HSL | 155.68º | 0.89% | 0.41% | - |
| HSV(B) | 155.68º | 0.94% | 0.77% | - |
| XYZ | 23.33 | 40.93 | 24.76 | - |
| YUV | 132.14 | 121.71 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 121 | 0.94 | 0 | 0.38 | 0.23 | 155.68 | 0.89 | 0.41 |
| Hex | B | C4 | 79 | 5E | 0 | 26 | 17 | 9C | 59 | 29 |
| Octal | 13 | 304 | 171 | 136 | 0 | 46 | 27 | 234 | 131 | 51 |
| Binary | 1011 | 11000100 | 1111001 | 1011110 | 0 | 100110 | 10111 | 10011100 | 1011001 | 101001 |
Color Harmonies of #0BC479
Complementary color
Monochromatic Colors of #0BC479
Black with #0BC479
Text Example
Text Example
White with #0BC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC479; }
p { color: rgb(11,196,121); }
H1.HeaderClassName
{
color: #0BC479;
}
.AnyTagClassName
{
color: #0BC479;
}
</style>
background-color css
<style>
a { background-color: #0BC479; }
a { background-color: rgb(11,196,121); }
div.DivClassName
{
background-color: #0BC479;
}
.BgClassName
{
background-color: #0BC479;
}
</style>
border-color css
<style>
span { border-color: #0BC479; }
span { border-color: rgb(11,196,121); }
td.TdClassName
{
border-color: #0BC479;
}
.TagClassName
{
border-color: #0BC479;
}
</style>