Shades of Mountain Meadow #07C181
Tints of Mountain Meadow #07C181
RGB
CMYK
RGB Variations
Color information
#07C181 (or 0x07C181) is known color: Mountain Meadow. HEX triplet: 07, C1 and 81. RGB value is (7,193,129). Sum of RGB (Red+Green+Blue) = 7+193+129=329 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #07C181 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C181 is #F83E7E. Grayscale: #828282. Windows color (decimal): -16268927 or 8503559. OLE color: 8503559.
HSL color Cylindrical-coordinate representation of color #07C181: hue angle of 159.35º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C181 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 129 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.24 |
| HSL | 159.35º | 0.93% | 0.39% | - |
| HSV(B) | 159.35º | 0.96% | 0.76% | - |
| XYZ | 23.12 | 39.77 | 27.23 | - |
| YUV | 130.09 | 127.38 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 129 | 0.96 | 0 | 0.33 | 0.24 | 159.35 | 0.93 | 0.39 |
| Hex | 7 | C1 | 81 | 60 | 0 | 21 | 18 | 9F | 5D | 27 |
| Octal | 7 | 301 | 201 | 140 | 0 | 41 | 30 | 237 | 135 | 47 |
| Binary | 111 | 11000001 | 10000001 | 1100000 | 0 | 100001 | 11000 | 10011111 | 1011101 | 100111 |
Color Harmonies of #07C181
Complementary color
Monochromatic Colors of #07C181
Black with #07C181
Text Example
Text Example
White with #07C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C181; }
p { color: rgb(7,193,129); }
H1.HeaderClassName
{
color: #07C181;
}
.AnyTagClassName
{
color: #07C181;
}
</style>
background-color css
<style>
a { background-color: #07C181; }
a { background-color: rgb(7,193,129); }
div.DivClassName
{
background-color: #07C181;
}
.BgClassName
{
background-color: #07C181;
}
</style>
border-color css
<style>
span { border-color: #07C181; }
span { border-color: rgb(7,193,129); }
td.TdClassName
{
border-color: #07C181;
}
.TagClassName
{
border-color: #07C181;
}
</style>