Shades of Mountain Meadow #05BD81
Tints of Mountain Meadow #05BD81
RGB
CMYK
RGB Variations
Color information
#05BD81 (or 0x05BD81) is known color: Mountain Meadow. HEX triplet: 05, BD and 81. RGB value is (5,189,129). Sum of RGB (Red+Green+Blue) = 5+189+129=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD81 is #FA427E. Grayscale: #7F7F7F. Windows color (decimal): -16401023 or 8502533. OLE color: 8502533.
HSL color Cylindrical-coordinate representation of color #05BD81: hue angle of 160.43º degrees, saturation: 0.95, 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 #05BD81 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 129 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.26 |
| HSL | 160.43º | 0.95% | 0.38% | - |
| HSV(B) | 160.43º | 0.97% | 0.74% | - |
| XYZ | 22.22 | 38.01 | 26.93 | - |
| YUV | 127.14 | 129.04 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 129 | 0.97 | 0 | 0.32 | 0.26 | 160.43 | 0.95 | 0.38 |
| Hex | 5 | BD | 81 | 61 | 0 | 20 | 1A | A0 | 5F | 26 |
| Octal | 5 | 275 | 201 | 141 | 0 | 40 | 32 | 240 | 137 | 46 |
| Binary | 101 | 10111101 | 10000001 | 1100001 | 0 | 100000 | 11010 | 10100000 | 1011111 | 100110 |
Color Harmonies of #05BD81
Complementary color
Monochromatic Colors of #05BD81
Black with #05BD81
Text Example
Text Example
White with #05BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BD81; }
p { color: rgb(5,189,129); }
H1.HeaderClassName
{
color: #05BD81;
}
.AnyTagClassName
{
color: #05BD81;
}
</style>
background-color css
<style>
a { background-color: #05BD81; }
a { background-color: rgb(5,189,129); }
div.DivClassName
{
background-color: #05BD81;
}
.BgClassName
{
background-color: #05BD81;
}
</style>
border-color css
<style>
span { border-color: #05BD81; }
span { border-color: rgb(5,189,129); }
td.TdClassName
{
border-color: #05BD81;
}
.TagClassName
{
border-color: #05BD81;
}
</style>