Shades of Medium Spring Green #07F7AF
Tints of Medium Spring Green #07F7AF
RGB
CMYK
RGB Variations
Color information
#07F7AF (or 0x07F7AF) is known color: Medium Spring Green. HEX triplet: 07, F7 and AF. RGB value is (7,247,175). Sum of RGB (Red+Green+Blue) = 7+247+175=429 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 429); Green value is 247 (96.88% from 255 or 57.58% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 247 - color contains mainly: green. Hex color #07F7AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07F7AF is #F80850. Grayscale: #A7A7A7. Windows color (decimal): -16255057 or 11532039. OLE color: 11532039.
HSL color Cylindrical-coordinate representation of color #07F7AF: hue angle of 162º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F7AF is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 247 | 175 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.03 |
| HSL | 162º | 0.94% | 0.5% | - |
| HSV(B) | 162º | 0.97% | 0.97% | - |
| XYZ | 41.09 | 69.66 | 51.84 | - |
| YUV | 167.03 | 132.49 | 13.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 247 | 175 | 0.97 | 0 | 0.29 | 0.03 | 162 | 0.94 | 0.5 |
| Hex | 7 | F7 | AF | 61 | 0 | 1D | 3 | A2 | 5E | 32 |
| Octal | 7 | 367 | 257 | 141 | 0 | 35 | 3 | 242 | 136 | 62 |
| Binary | 111 | 11110111 | 10101111 | 1100001 | 0 | 11101 | 11 | 10100010 | 1011110 | 110010 |
Color Harmonies of #07F7AF
Complementary color
Monochromatic Colors of #07F7AF
Black with #07F7AF
Text Example
Text Example
White with #07F7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F7AF; }
p { color: rgb(7,247,175); }
H1.HeaderClassName
{
color: #07F7AF;
}
.AnyTagClassName
{
color: #07F7AF;
}
</style>
background-color css
<style>
a { background-color: #07F7AF; }
a { background-color: rgb(7,247,175); }
div.DivClassName
{
background-color: #07F7AF;
}
.BgClassName
{
background-color: #07F7AF;
}
</style>
border-color css
<style>
span { border-color: #07F7AF; }
span { border-color: rgb(7,247,175); }
td.TdClassName
{
border-color: #07F7AF;
}
.TagClassName
{
border-color: #07F7AF;
}
</style>