Shades of Spring Green #07FC7A
Tints of Spring Green #07FC7A
RGB
CMYK
RGB Variations
Color information
#07FC7A (or 0x07FC7A) is known color: Spring Green. HEX triplet: 07, FC and 7A. RGB value is (7,252,122). Sum of RGB (Red+Green+Blue) = 7+252+122=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #07FC7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FC7A is #F80385. Grayscale: #A4A4A4. Windows color (decimal): -16253830 or 8059911. OLE color: 8059911.
HSL color Cylindrical-coordinate representation of color #07FC7A: hue angle of 148.16º 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 #07FC7A is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 252 | 122 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.01 |
| HSL | 148.16º | 0.98% | 0.51% | - |
| HSV(B) | 148.16º | 0.97% | 0.99% | - |
| XYZ | 38.41 | 71.07 | 30.11 | - |
| YUV | 163.93 | 104.33 | 16.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 252 | 122 | 0.97 | 0 | 0.52 | 0.01 | 148.16 | 0.98 | 0.51 |
| Hex | 7 | FC | 7A | 61 | 0 | 34 | 1 | 94 | 62 | 33 |
| Octal | 7 | 374 | 172 | 141 | 0 | 64 | 1 | 224 | 142 | 63 |
| Binary | 111 | 11111100 | 1111010 | 1100001 | 0 | 110100 | 1 | 10010100 | 1100010 | 110011 |
Color Harmonies of #07FC7A
Complementary color
Monochromatic Colors of #07FC7A
Black with #07FC7A
Text Example
Text Example
White with #07FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FC7A; }
p { color: rgb(7,252,122); }
H1.HeaderClassName
{
color: #07FC7A;
}
.AnyTagClassName
{
color: #07FC7A;
}
</style>
background-color css
<style>
a { background-color: #07FC7A; }
a { background-color: rgb(7,252,122); }
div.DivClassName
{
background-color: #07FC7A;
}
.BgClassName
{
background-color: #07FC7A;
}
</style>
border-color css
<style>
span { border-color: #07FC7A; }
span { border-color: rgb(7,252,122); }
td.TdClassName
{
border-color: #07FC7A;
}
.TagClassName
{
border-color: #07FC7A;
}
</style>