Shades of Spring Green #07F975
Tints of Spring Green #07F975
RGB
CMYK
RGB Variations
Color information
#07F975 (or 0x07F975) is known color: Spring Green. HEX triplet: 07, F9 and 75. RGB value is (7,249,117). Sum of RGB (Red+Green+Blue) = 7+249+117=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #07F975 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F975 is #F8068A. Grayscale: #A1A1A1. Windows color (decimal): -16254603 or 7731463. OLE color: 7731463.
HSL color Cylindrical-coordinate representation of color #07F975: hue angle of 147.27º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F975 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 249 | 117 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.02 |
| HSL | 147.27º | 0.95% | 0.5% | - |
| HSV(B) | 147.27º | 0.97% | 0.98% | - |
| XYZ | 37.17 | 69.08 | 28.2 | - |
| YUV | 161.59 | 102.83 | 17.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 249 | 117 | 0.97 | 0 | 0.53 | 0.02 | 147.27 | 0.95 | 0.5 |
| Hex | 7 | F9 | 75 | 61 | 0 | 35 | 2 | 93 | 5F | 32 |
| Octal | 7 | 371 | 165 | 141 | 0 | 65 | 2 | 223 | 137 | 62 |
| Binary | 111 | 11111001 | 1110101 | 1100001 | 0 | 110101 | 10 | 10010011 | 1011111 | 110010 |
Color Harmonies of #07F975
Complementary color
Monochromatic Colors of #07F975
Black with #07F975
Text Example
Text Example
White with #07F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F975; }
p { color: rgb(7,249,117); }
H1.HeaderClassName
{
color: #07F975;
}
.AnyTagClassName
{
color: #07F975;
}
</style>
background-color css
<style>
a { background-color: #07F975; }
a { background-color: rgb(7,249,117); }
div.DivClassName
{
background-color: #07F975;
}
.BgClassName
{
background-color: #07F975;
}
</style>
border-color css
<style>
span { border-color: #07F975; }
span { border-color: rgb(7,249,117); }
td.TdClassName
{
border-color: #07F975;
}
.TagClassName
{
border-color: #07F975;
}
</style>