Shades of Mountain Meadow #07CA74
Tints of Mountain Meadow #07CA74
RGB
CMYK
RGB Variations
Color information
#07CA74 (or 0x07CA74) is known color: Mountain Meadow. HEX triplet: 07, CA and 74. RGB value is (7,202,116). Sum of RGB (Red+Green+Blue) = 7+202+116=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA74 is #F8358B. Grayscale: #868686. Windows color (decimal): -16266636 or 7653895. OLE color: 7653895.
HSL color Cylindrical-coordinate representation of color #07CA74: hue angle of 153.54º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA74 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 116 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.21 |
| HSL | 153.54º | 0.93% | 0.41% | - |
| HSV(B) | 153.54º | 0.97% | 0.79% | - |
| XYZ | 24.36 | 43.55 | 23.64 | - |
| YUV | 133.89 | 117.9 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 116 | 0.97 | 0 | 0.43 | 0.21 | 153.54 | 0.93 | 0.41 |
| Hex | 7 | CA | 74 | 61 | 0 | 2B | 15 | 9A | 5D | 29 |
| Octal | 7 | 312 | 164 | 141 | 0 | 53 | 25 | 232 | 135 | 51 |
| Binary | 111 | 11001010 | 1110100 | 1100001 | 0 | 101011 | 10101 | 10011010 | 1011101 | 101001 |
Color Harmonies of #07CA74
Complementary color
Monochromatic Colors of #07CA74
Black with #07CA74
Text Example
Text Example
White with #07CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA74; }
p { color: rgb(7,202,116); }
H1.HeaderClassName
{
color: #07CA74;
}
.AnyTagClassName
{
color: #07CA74;
}
</style>
background-color css
<style>
a { background-color: #07CA74; }
a { background-color: rgb(7,202,116); }
div.DivClassName
{
background-color: #07CA74;
}
.BgClassName
{
background-color: #07CA74;
}
</style>
border-color css
<style>
span { border-color: #07CA74; }
span { border-color: rgb(7,202,116); }
td.TdClassName
{
border-color: #07CA74;
}
.TagClassName
{
border-color: #07CA74;
}
</style>