Shades of Medium Spring Green #07FCAF
Tints of Medium Spring Green #07FCAF
RGB
CMYK
RGB Variations
Color information
#07FCAF (or 0x07FCAF) is known color: Medium Spring Green. HEX triplet: 07, FC and AF. RGB value is (7,252,175). Sum of RGB (Red+Green+Blue) = 7+252+175=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #07FCAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07FCAF is #F80350. Grayscale: #AAAAAA. Windows color (decimal): -16253777 or 11533319. OLE color: 11533319.
HSL color Cylindrical-coordinate representation of color #07FCAF: hue angle of 161.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FCAF is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 175 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.01 |
| HSL | 161.14º | 0.98% | 0.51% | - |
| HSV(B) | 161.14º | 0.97% | 0.99% | - |
| XYZ | 42.64 | 72.76 | 52.35 | - |
| YUV | 169.97 | 130.83 | 11.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 175 | 0.97 | 0 | 0.31 | 0.01 | 161.14 | 0.98 | 0.51 |
| Hex | 7 | FC | AF | 61 | 0 | 1F | 1 | A1 | 62 | 33 |
| Octal | 7 | 374 | 257 | 141 | 0 | 37 | 1 | 241 | 142 | 63 |
| Binary | 111 | 11111100 | 10101111 | 1100001 | 0 | 11111 | 1 | 10100001 | 1100010 | 110011 |
Color Harmonies of #07FCAF
Complementary color
Monochromatic Colors of #07FCAF
Black with #07FCAF
Text Example
Text Example
White with #07FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FCAF; }
p { color: rgb(7,252,175); }
H1.HeaderClassName
{
color: #07FCAF;
}
.AnyTagClassName
{
color: #07FCAF;
}
</style>
background-color css
<style>
a { background-color: #07FCAF; }
a { background-color: rgb(7,252,175); }
div.DivClassName
{
background-color: #07FCAF;
}
.BgClassName
{
background-color: #07FCAF;
}
</style>
border-color css
<style>
span { border-color: #07FCAF; }
span { border-color: rgb(7,252,175); }
td.TdClassName
{
border-color: #07FCAF;
}
.TagClassName
{
border-color: #07FCAF;
}
</style>