Shades of Spring Green #07FC73
Tints of Spring Green #07FC73
RGB
CMYK
RGB Variations
Color information
#07FC73 (or 0x07FC73) is known color: Spring Green. HEX triplet: 07, FC and 73. RGB value is (7,252,115). Sum of RGB (Red+Green+Blue) = 7+252+115=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 252 (98.83% from 255 or 67.38% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 252 - color contains mainly: green. Hex color #07FC73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FC73 is #F8038C. Grayscale: #A3A3A3. Windows color (decimal): -16253837 or 7601159. OLE color: 7601159.
HSL color Cylindrical-coordinate representation of color #07FC73: hue angle of 146.45º 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 #07FC73 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 115 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.01 |
| HSL | 146.45º | 0.98% | 0.51% | - |
| HSV(B) | 146.45º | 0.97% | 0.99% | - |
| XYZ | 37.99 | 70.9 | 27.9 | - |
| YUV | 163.13 | 100.83 | 16.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 115 | 0.97 | 0 | 0.54 | 0.01 | 146.45 | 0.98 | 0.51 |
| Hex | 7 | FC | 73 | 61 | 0 | 36 | 1 | 92 | 62 | 33 |
| Octal | 7 | 374 | 163 | 141 | 0 | 66 | 1 | 222 | 142 | 63 |
| Binary | 111 | 11111100 | 1110011 | 1100001 | 0 | 110110 | 1 | 10010010 | 1100010 | 110011 |
Color Harmonies of #07FC73
Complementary color
Monochromatic Colors of #07FC73
Black with #07FC73
Text Example
Text Example
White with #07FC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FC73; }
p { color: rgb(7,252,115); }
H1.HeaderClassName
{
color: #07FC73;
}
.AnyTagClassName
{
color: #07FC73;
}
</style>
background-color css
<style>
a { background-color: #07FC73; }
a { background-color: rgb(7,252,115); }
div.DivClassName
{
background-color: #07FC73;
}
.BgClassName
{
background-color: #07FC73;
}
</style>
border-color css
<style>
span { border-color: #07FC73; }
span { border-color: rgb(7,252,115); }
td.TdClassName
{
border-color: #07FC73;
}
.TagClassName
{
border-color: #07FC73;
}
</style>