Shades of Spring Green #07FE70
Tints of Spring Green #07FE70
RGB
CMYK
RGB Variations
Color information
#07FE70 (or 0x07FE70) is known color: Spring Green. HEX triplet: 07, FE and 70. RGB value is (7,254,112). Sum of RGB (Red+Green+Blue) = 7+254+112=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 254 (99.61% from 255 or 68.10% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FE70 is #F8018F. Grayscale: #A4A4A4. Windows color (decimal): -16253328 or 7405063. OLE color: 7405063.
HSL color Cylindrical-coordinate representation of color #07FE70: hue angle of 145.51º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FE70 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 112 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.00 |
| HSL | 145.51º | 0.99% | 0.51% | - |
| HSV(B) | 145.51º | 0.97% | 1% | - |
| XYZ | 38.45 | 72.1 | 27.22 | - |
| YUV | 163.96 | 98.67 | 16.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 112 | 0.97 | 0 | 0.56 | 0.00 | 145.51 | 0.99 | 0.51 |
| Hex | 7 | FE | 70 | 61 | 0 | 38 | 0 | 92 | 63 | 33 |
| Octal | 7 | 376 | 160 | 141 | 0 | 70 | 0 | 222 | 143 | 63 |
| Binary | 111 | 11111110 | 1110000 | 1100001 | 0 | 111000 | 0 | 10010010 | 1100011 | 110011 |
Color Harmonies of #07FE70
Complementary color
Monochromatic Colors of #07FE70
Black with #07FE70
Text Example
Text Example
White with #07FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FE70; }
p { color: rgb(7,254,112); }
H1.HeaderClassName
{
color: #07FE70;
}
.AnyTagClassName
{
color: #07FE70;
}
</style>
background-color css
<style>
a { background-color: #07FE70; }
a { background-color: rgb(7,254,112); }
div.DivClassName
{
background-color: #07FE70;
}
.BgClassName
{
background-color: #07FE70;
}
</style>
border-color css
<style>
span { border-color: #07FE70; }
span { border-color: rgb(7,254,112); }
td.TdClassName
{
border-color: #07FE70;
}
.TagClassName
{
border-color: #07FE70;
}
</style>