Shades of Mountain Meadow #06BD81
Tints of Mountain Meadow #06BD81
RGB
CMYK
RGB Variations
Color information
#06BD81 (or 0x06BD81) is known color: Mountain Meadow. HEX triplet: 06, BD and 81. RGB value is (6,189,129). Sum of RGB (Red+Green+Blue) = 6+189+129=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #06BD81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BD81 is #F9427E. Grayscale: #7F7F7F. Windows color (decimal): -16335487 or 8502534. OLE color: 8502534.
HSL color Cylindrical-coordinate representation of color #06BD81: hue angle of 160.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BD81 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 129 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.26 |
| HSL | 160.33º | 0.94% | 0.38% | - |
| HSV(B) | 160.33º | 0.97% | 0.74% | - |
| XYZ | 22.24 | 38.02 | 26.94 | - |
| YUV | 127.44 | 128.87 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 129 | 0.97 | 0 | 0.32 | 0.26 | 160.33 | 0.94 | 0.38 |
| Hex | 6 | BD | 81 | 61 | 0 | 20 | 1A | A0 | 5E | 26 |
| Octal | 6 | 275 | 201 | 141 | 0 | 40 | 32 | 240 | 136 | 46 |
| Binary | 110 | 10111101 | 10000001 | 1100001 | 0 | 100000 | 11010 | 10100000 | 1011110 | 100110 |
Color Harmonies of #06BD81
Complementary color
Monochromatic Colors of #06BD81
Black with #06BD81
Text Example
Text Example
White with #06BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BD81; }
p { color: rgb(6,189,129); }
H1.HeaderClassName
{
color: #06BD81;
}
.AnyTagClassName
{
color: #06BD81;
}
</style>
background-color css
<style>
a { background-color: #06BD81; }
a { background-color: rgb(6,189,129); }
div.DivClassName
{
background-color: #06BD81;
}
.BgClassName
{
background-color: #06BD81;
}
</style>
border-color css
<style>
span { border-color: #06BD81; }
span { border-color: rgb(6,189,129); }
td.TdClassName
{
border-color: #06BD81;
}
.TagClassName
{
border-color: #06BD81;
}
</style>