Shades of Mountain Meadow #02BC7D
Tints of Mountain Meadow #02BC7D
RGB
CMYK
RGB Variations
Color information
#02BC7D (or 0x02BC7D) is known color: Mountain Meadow. HEX triplet: 02, BC and 7D. RGB value is (2,188,125). Sum of RGB (Red+Green+Blue) = 2+188+125=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC7D is #FD4382. Grayscale: #7D7D7D. Windows color (decimal): -16597891 or 8240130. OLE color: 8240130.
HSL color Cylindrical-coordinate representation of color #02BC7D: hue angle of 159.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC7D is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 125 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.26 |
| HSL | 159.68º | 0.98% | 0.37% | - |
| HSV(B) | 159.68º | 0.99% | 0.74% | - |
| XYZ | 21.71 | 37.46 | 25.49 | - |
| YUV | 125.2 | 127.88 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 125 | 0.99 | 0 | 0.34 | 0.26 | 159.68 | 0.98 | 0.37 |
| Hex | 2 | BC | 7D | 63 | 0 | 22 | 1A | A0 | 62 | 25 |
| Octal | 2 | 274 | 175 | 143 | 0 | 42 | 32 | 240 | 142 | 45 |
| Binary | 10 | 10111100 | 1111101 | 1100011 | 0 | 100010 | 11010 | 10100000 | 1100010 | 100101 |
Color Harmonies of #02BC7D
Complementary color
Monochromatic Colors of #02BC7D
Black with #02BC7D
Text Example
Text Example
White with #02BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC7D; }
p { color: rgb(2,188,125); }
H1.HeaderClassName
{
color: #02BC7D;
}
.AnyTagClassName
{
color: #02BC7D;
}
</style>
background-color css
<style>
a { background-color: #02BC7D; }
a { background-color: rgb(2,188,125); }
div.DivClassName
{
background-color: #02BC7D;
}
.BgClassName
{
background-color: #02BC7D;
}
</style>
border-color css
<style>
span { border-color: #02BC7D; }
span { border-color: rgb(2,188,125); }
td.TdClassName
{
border-color: #02BC7D;
}
.TagClassName
{
border-color: #02BC7D;
}
</style>