Shades of Mountain Meadow #02B983
Tints of Mountain Meadow #02B983
RGB
CMYK
RGB Variations
Color information
#02B983 (or 0x02B983) is known color: Mountain Meadow. HEX triplet: 02, B9 and 83. RGB value is (2,185,131). Sum of RGB (Red+Green+Blue) = 2+185+131=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #02B983 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B983 is #FD467C. Grayscale: #7C7C7C. Windows color (decimal): -16598653 or 8632578. OLE color: 8632578.
HSL color Cylindrical-coordinate representation of color #02B983: hue angle of 162.3º 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 #02B983 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 131 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.27 |
| HSL | 162.3º | 0.98% | 0.37% | - |
| HSV(B) | 162.3º | 0.99% | 0.73% | - |
| XYZ | 21.47 | 36.35 | 27.36 | - |
| YUV | 124.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 131 | 0.99 | 0 | 0.29 | 0.27 | 162.3 | 0.98 | 0.37 |
| Hex | 2 | B9 | 83 | 63 | 0 | 1D | 1B | A2 | 62 | 25 |
| Octal | 2 | 271 | 203 | 143 | 0 | 35 | 33 | 242 | 142 | 45 |
| Binary | 10 | 10111001 | 10000011 | 1100011 | 0 | 11101 | 11011 | 10100010 | 1100010 | 100101 |
Color Harmonies of #02B983
Complementary color
Monochromatic Colors of #02B983
Black with #02B983
Text Example
Text Example
White with #02B983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B983; }
p { color: rgb(2,185,131); }
H1.HeaderClassName
{
color: #02B983;
}
.AnyTagClassName
{
color: #02B983;
}
</style>
background-color css
<style>
a { background-color: #02B983; }
a { background-color: rgb(2,185,131); }
div.DivClassName
{
background-color: #02B983;
}
.BgClassName
{
background-color: #02B983;
}
</style>
border-color css
<style>
span { border-color: #02B983; }
span { border-color: rgb(2,185,131); }
td.TdClassName
{
border-color: #02B983;
}
.TagClassName
{
border-color: #02B983;
}
</style>