Shades of Mountain Meadow #02C37D
Tints of Mountain Meadow #02C37D
RGB
CMYK
RGB Variations
Color information
#02C37D (or 0x02C37D) is known color: Mountain Meadow. HEX triplet: 02, C3 and 7D. RGB value is (2,195,125). Sum of RGB (Red+Green+Blue) = 2+195+125=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 195 (76.56% from 255 or 60.56% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 195 - color contains mainly: green. Hex color #02C37D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C37D is #FD3C82. Grayscale: #818181. Windows color (decimal): -16596099 or 8241922. OLE color: 8241922.
HSL color Cylindrical-coordinate representation of color #02C37D: hue angle of 158.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C37D is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 125 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.24 |
| HSL | 158.24º | 0.98% | 0.39% | - |
| HSV(B) | 158.24º | 0.99% | 0.76% | - |
| XYZ | 23.24 | 40.52 | 26 | - |
| YUV | 129.31 | 125.56 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 125 | 0.99 | 0 | 0.36 | 0.24 | 158.24 | 0.98 | 0.39 |
| Hex | 2 | C3 | 7D | 63 | 0 | 24 | 18 | 9E | 62 | 27 |
| Octal | 2 | 303 | 175 | 143 | 0 | 44 | 30 | 236 | 142 | 47 |
| Binary | 10 | 11000011 | 1111101 | 1100011 | 0 | 100100 | 11000 | 10011110 | 1100010 | 100111 |
Color Harmonies of #02C37D
Complementary color
Monochromatic Colors of #02C37D
Black with #02C37D
Text Example
Text Example
White with #02C37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C37D; }
p { color: rgb(2,195,125); }
H1.HeaderClassName
{
color: #02C37D;
}
.AnyTagClassName
{
color: #02C37D;
}
</style>
background-color css
<style>
a { background-color: #02C37D; }
a { background-color: rgb(2,195,125); }
div.DivClassName
{
background-color: #02C37D;
}
.BgClassName
{
background-color: #02C37D;
}
</style>
border-color css
<style>
span { border-color: #02C37D; }
span { border-color: rgb(2,195,125); }
td.TdClassName
{
border-color: #02C37D;
}
.TagClassName
{
border-color: #02C37D;
}
</style>