Shades of Spring Green #07F880
Tints of Spring Green #07F880
RGB
CMYK
RGB Variations
Color information
#07F880 (or 0x07F880) is known color: Spring Green. HEX triplet: 07, F8 and 80. RGB value is (7,248,128). Sum of RGB (Red+Green+Blue) = 7+248+128=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 248 (97.27% from 255 or 64.75% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 248 - color contains mainly: green. Hex color #07F880 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07F880 is #F8077F. Grayscale: #A2A2A2. Windows color (decimal): -16254848 or 8452103. OLE color: 8452103.
HSL color Cylindrical-coordinate representation of color #07F880: hue angle of 150.12º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F880 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 248 | 128 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.03 |
| HSL | 150.12º | 0.95% | 0.5% | - |
| HSV(B) | 150.12º | 0.97% | 0.97% | - |
| XYZ | 37.55 | 68.74 | 31.71 | - |
| YUV | 162.26 | 108.66 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 248 | 128 | 0.97 | 0 | 0.48 | 0.03 | 150.12 | 0.95 | 0.5 |
| Hex | 7 | F8 | 80 | 61 | 0 | 30 | 3 | 96 | 5F | 32 |
| Octal | 7 | 370 | 200 | 141 | 0 | 60 | 3 | 226 | 137 | 62 |
| Binary | 111 | 11111000 | 10000000 | 1100001 | 0 | 110000 | 11 | 10010110 | 1011111 | 110010 |
Color Harmonies of #07F880
Complementary color
Monochromatic Colors of #07F880
Black with #07F880
Text Example
Text Example
White with #07F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F880; }
p { color: rgb(7,248,128); }
H1.HeaderClassName
{
color: #07F880;
}
.AnyTagClassName
{
color: #07F880;
}
</style>
background-color css
<style>
a { background-color: #07F880; }
a { background-color: rgb(7,248,128); }
div.DivClassName
{
background-color: #07F880;
}
.BgClassName
{
background-color: #07F880;
}
</style>
border-color css
<style>
span { border-color: #07F880; }
span { border-color: rgb(7,248,128); }
td.TdClassName
{
border-color: #07F880;
}
.TagClassName
{
border-color: #07F880;
}
</style>