Shades of Mountain Meadow #02C07F
Tints of Mountain Meadow #02C07F
RGB
CMYK
RGB Variations
Color information
#02C07F (or 0x02C07F) is known color: Mountain Meadow. HEX triplet: 02, C0 and 7F. RGB value is (2,192,127). Sum of RGB (Red+Green+Blue) = 2+192+127=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #02C07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C07F is #FD3F80. Grayscale: #7F7F7F. Windows color (decimal): -16596865 or 8372226. OLE color: 8372226.
HSL color Cylindrical-coordinate representation of color #02C07F: hue angle of 159.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C07F is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 127 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.25 |
| HSL | 159.47º | 0.98% | 0.38% | - |
| HSV(B) | 159.47º | 0.99% | 0.75% | - |
| XYZ | 22.71 | 39.24 | 26.46 | - |
| YUV | 127.78 | 127.55 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 127 | 0.99 | 0 | 0.34 | 0.25 | 159.47 | 0.98 | 0.38 |
| Hex | 2 | C0 | 7F | 63 | 0 | 22 | 19 | 9F | 62 | 26 |
| Octal | 2 | 300 | 177 | 143 | 0 | 42 | 31 | 237 | 142 | 46 |
| Binary | 10 | 11000000 | 1111111 | 1100011 | 0 | 100010 | 11001 | 10011111 | 1100010 | 100110 |
Color Harmonies of #02C07F
Complementary color
Monochromatic Colors of #02C07F
Black with #02C07F
Text Example
Text Example
White with #02C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C07F; }
p { color: rgb(2,192,127); }
H1.HeaderClassName
{
color: #02C07F;
}
.AnyTagClassName
{
color: #02C07F;
}
</style>
background-color css
<style>
a { background-color: #02C07F; }
a { background-color: rgb(2,192,127); }
div.DivClassName
{
background-color: #02C07F;
}
.BgClassName
{
background-color: #02C07F;
}
</style>
border-color css
<style>
span { border-color: #02C07F; }
span { border-color: rgb(2,192,127); }
td.TdClassName
{
border-color: #02C07F;
}
.TagClassName
{
border-color: #02C07F;
}
</style>