Shades of Mountain Meadow #02C47B
Tints of Mountain Meadow #02C47B
RGB
CMYK
RGB Variations
Color information
#02C47B (or 0x02C47B) is known color: Mountain Meadow. HEX triplet: 02, C4 and 7B. RGB value is (2,196,123). Sum of RGB (Red+Green+Blue) = 2+196+123=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #02C47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C47B is #FD3B84. Grayscale: #818181. Windows color (decimal): -16595845 or 8111106. OLE color: 8111106.
HSL color Cylindrical-coordinate representation of color #02C47B: hue angle of 157.42º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C47B is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 123 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.23 |
| HSL | 157.42º | 0.98% | 0.39% | - |
| HSV(B) | 157.42º | 0.99% | 0.77% | - |
| XYZ | 23.34 | 40.92 | 25.41 | - |
| YUV | 129.67 | 124.23 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 123 | 0.99 | 0 | 0.37 | 0.23 | 157.42 | 0.98 | 0.39 |
| Hex | 2 | C4 | 7B | 63 | 0 | 25 | 17 | 9D | 62 | 27 |
| Octal | 2 | 304 | 173 | 143 | 0 | 45 | 27 | 235 | 142 | 47 |
| Binary | 10 | 11000100 | 1111011 | 1100011 | 0 | 100101 | 10111 | 10011101 | 1100010 | 100111 |
Color Harmonies of #02C47B
Complementary color
Monochromatic Colors of #02C47B
Black with #02C47B
Text Example
Text Example
White with #02C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C47B; }
p { color: rgb(2,196,123); }
H1.HeaderClassName
{
color: #02C47B;
}
.AnyTagClassName
{
color: #02C47B;
}
</style>
background-color css
<style>
a { background-color: #02C47B; }
a { background-color: rgb(2,196,123); }
div.DivClassName
{
background-color: #02C47B;
}
.BgClassName
{
background-color: #02C47B;
}
</style>
border-color css
<style>
span { border-color: #02C47B; }
span { border-color: rgb(2,196,123); }
td.TdClassName
{
border-color: #02C47B;
}
.TagClassName
{
border-color: #02C47B;
}
</style>