Shades of Mountain Meadow #05B882
Tints of Mountain Meadow #05B882
RGB
CMYK
RGB Variations
Color information
#05B882 (or 0x05B882) is known color: Mountain Meadow. HEX triplet: 05, B8 and 82. RGB value is (5,184,130). Sum of RGB (Red+Green+Blue) = 5+184+130=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #05B882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B882 is #FA477D. Grayscale: #7C7C7C. Windows color (decimal): -16402302 or 8566789. OLE color: 8566789.
HSL color Cylindrical-coordinate representation of color #05B882: hue angle of 161.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B882 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 184 | 130 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.28 |
| HSL | 161.9º | 0.95% | 0.37% | - |
| HSV(B) | 161.9º | 0.97% | 0.72% | - |
| XYZ | 21.23 | 35.92 | 26.93 | - |
| YUV | 124.32 | 131.2 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 184 | 130 | 0.97 | 0 | 0.29 | 0.28 | 161.9 | 0.95 | 0.37 |
| Hex | 5 | B8 | 82 | 61 | 0 | 1D | 1C | A2 | 5F | 25 |
| Octal | 5 | 270 | 202 | 141 | 0 | 35 | 34 | 242 | 137 | 45 |
| Binary | 101 | 10111000 | 10000010 | 1100001 | 0 | 11101 | 11100 | 10100010 | 1011111 | 100101 |
Color Harmonies of #05B882
Complementary color
Monochromatic Colors of #05B882
Black with #05B882
Text Example
Text Example
White with #05B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B882; }
p { color: rgb(5,184,130); }
H1.HeaderClassName
{
color: #05B882;
}
.AnyTagClassName
{
color: #05B882;
}
</style>
background-color css
<style>
a { background-color: #05B882; }
a { background-color: rgb(5,184,130); }
div.DivClassName
{
background-color: #05B882;
}
.BgClassName
{
background-color: #05B882;
}
</style>
border-color css
<style>
span { border-color: #05B882; }
span { border-color: rgb(5,184,130); }
td.TdClassName
{
border-color: #05B882;
}
.TagClassName
{
border-color: #05B882;
}
</style>