Shades of Mountain Meadow #05B67E
Tints of Mountain Meadow #05B67E
RGB
CMYK
RGB Variations
Color information
#05B67E (or 0x05B67E) is known color: Mountain Meadow. HEX triplet: 05, B6 and 7E. RGB value is (5,182,126). Sum of RGB (Red+Green+Blue) = 5+182+126=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #05B67E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B67E is #FA4981. Grayscale: #7A7A7A. Windows color (decimal): -16402818 or 8304133. OLE color: 8304133.
HSL color Cylindrical-coordinate representation of color #05B67E: hue angle of 161.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B67E is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 182 | 126 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.29 |
| HSL | 161.02º | 0.95% | 0.37% | - |
| HSV(B) | 161.02º | 0.97% | 0.71% | - |
| XYZ | 20.56 | 34.99 | 25.41 | - |
| YUV | 122.69 | 129.86 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 182 | 126 | 0.97 | 0 | 0.31 | 0.29 | 161.02 | 0.95 | 0.37 |
| Hex | 5 | B6 | 7E | 61 | 0 | 1F | 1D | A1 | 5F | 25 |
| Octal | 5 | 266 | 176 | 141 | 0 | 37 | 35 | 241 | 137 | 45 |
| Binary | 101 | 10110110 | 1111110 | 1100001 | 0 | 11111 | 11101 | 10100001 | 1011111 | 100101 |
Color Harmonies of #05B67E
Complementary color
Monochromatic Colors of #05B67E
Black with #05B67E
Text Example
Text Example
White with #05B67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B67E; }
p { color: rgb(5,182,126); }
H1.HeaderClassName
{
color: #05B67E;
}
.AnyTagClassName
{
color: #05B67E;
}
</style>
background-color css
<style>
a { background-color: #05B67E; }
a { background-color: rgb(5,182,126); }
div.DivClassName
{
background-color: #05B67E;
}
.BgClassName
{
background-color: #05B67E;
}
</style>
border-color css
<style>
span { border-color: #05B67E; }
span { border-color: rgb(5,182,126); }
td.TdClassName
{
border-color: #05B67E;
}
.TagClassName
{
border-color: #05B67E;
}
</style>