Shades of Mountain Meadow #02C27D
Tints of Mountain Meadow #02C27D
RGB
CMYK
RGB Variations
Color information
#02C27D (or 0x02C27D) is known color: Mountain Meadow. HEX triplet: 02, C2 and 7D. RGB value is (2,194,125). Sum of RGB (Red+Green+Blue) = 2+194+125=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #02C27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C27D is #FD3D82. Grayscale: #808080. Windows color (decimal): -16596355 or 8241666. OLE color: 8241666.
HSL color Cylindrical-coordinate representation of color #02C27D: hue angle of 158.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C27D is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 125 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.24 |
| HSL | 158.44º | 0.98% | 0.38% | - |
| HSV(B) | 158.44º | 0.99% | 0.76% | - |
| XYZ | 23.02 | 40.08 | 25.92 | - |
| YUV | 128.73 | 125.89 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 125 | 0.99 | 0 | 0.36 | 0.24 | 158.44 | 0.98 | 0.38 |
| Hex | 2 | C2 | 7D | 63 | 0 | 24 | 18 | 9E | 62 | 26 |
| Octal | 2 | 302 | 175 | 143 | 0 | 44 | 30 | 236 | 142 | 46 |
| Binary | 10 | 11000010 | 1111101 | 1100011 | 0 | 100100 | 11000 | 10011110 | 1100010 | 100110 |
Color Harmonies of #02C27D
Complementary color
Monochromatic Colors of #02C27D
Black with #02C27D
Text Example
Text Example
White with #02C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C27D; }
p { color: rgb(2,194,125); }
H1.HeaderClassName
{
color: #02C27D;
}
.AnyTagClassName
{
color: #02C27D;
}
</style>
background-color css
<style>
a { background-color: #02C27D; }
a { background-color: rgb(2,194,125); }
div.DivClassName
{
background-color: #02C27D;
}
.BgClassName
{
background-color: #02C27D;
}
</style>
border-color css
<style>
span { border-color: #02C27D; }
span { border-color: rgb(2,194,125); }
td.TdClassName
{
border-color: #02C27D;
}
.TagClassName
{
border-color: #02C27D;
}
</style>