Shades of Mountain Meadow #02BB80
Tints of Mountain Meadow #02BB80
RGB
CMYK
RGB Variations
Color information
#02BB80 (or 0x02BB80) is known color: Mountain Meadow. HEX triplet: 02, BB and 80. RGB value is (2,187,128). Sum of RGB (Red+Green+Blue) = 2+187+128=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BB80 is #FD447F. Grayscale: #7D7D7D. Windows color (decimal): -16598144 or 8436482. OLE color: 8436482.
HSL color Cylindrical-coordinate representation of color #02BB80: hue angle of 160.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB80 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 187 | 128 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.27 |
| HSL | 160.86º | 0.98% | 0.37% | - |
| HSV(B) | 160.86º | 0.99% | 0.73% | - |
| XYZ | 21.69 | 37.11 | 26.44 | - |
| YUV | 124.96 | 129.71 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 128 | 0.99 | 0 | 0.32 | 0.27 | 160.86 | 0.98 | 0.37 |
| Hex | 2 | BB | 80 | 63 | 0 | 20 | 1B | A1 | 62 | 25 |
| Octal | 2 | 273 | 200 | 143 | 0 | 40 | 33 | 241 | 142 | 45 |
| Binary | 10 | 10111011 | 10000000 | 1100011 | 0 | 100000 | 11011 | 10100001 | 1100010 | 100101 |
Color Harmonies of #02BB80
Complementary color
Monochromatic Colors of #02BB80
Black with #02BB80
Text Example
Text Example
White with #02BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BB80; }
p { color: rgb(2,187,128); }
H1.HeaderClassName
{
color: #02BB80;
}
.AnyTagClassName
{
color: #02BB80;
}
</style>
background-color css
<style>
a { background-color: #02BB80; }
a { background-color: rgb(2,187,128); }
div.DivClassName
{
background-color: #02BB80;
}
.BgClassName
{
background-color: #02BB80;
}
</style>
border-color css
<style>
span { border-color: #02BB80; }
span { border-color: rgb(2,187,128); }
td.TdClassName
{
border-color: #02BB80;
}
.TagClassName
{
border-color: #02BB80;
}
</style>