Shades of Spring Green #07FE66
Tints of Spring Green #07FE66
RGB
CMYK
RGB Variations
Color information
#07FE66 (or 0x07FE66) is known color: Spring Green. HEX triplet: 07, FE and 66. RGB value is (7,254,102). Sum of RGB (Red+Green+Blue) = 7+254+102=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FE66 is #F80199. Grayscale: #A3A3A3. Windows color (decimal): -16253338 or 6749703. OLE color: 6749703.
HSL color Cylindrical-coordinate representation of color #07FE66: hue angle of 143.08º 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 #07FE66 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 102 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.00 |
| HSL | 143.08º | 0.99% | 0.51% | - |
| HSV(B) | 143.08º | 0.97% | 1% | - |
| XYZ | 37.93 | 71.89 | 24.45 | - |
| YUV | 162.82 | 93.67 | 16.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 102 | 0.97 | 0 | 0.60 | 0.00 | 143.08 | 0.99 | 0.51 |
| Hex | 7 | FE | 66 | 61 | 0 | 3C | 0 | 8F | 63 | 33 |
| Octal | 7 | 376 | 146 | 141 | 0 | 74 | 0 | 217 | 143 | 63 |
| Binary | 111 | 11111110 | 1100110 | 1100001 | 0 | 111100 | 0 | 10001111 | 1100011 | 110011 |
Color Harmonies of #07FE66
Complementary color
Monochromatic Colors of #07FE66
Black with #07FE66
Text Example
Text Example
White with #07FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FE66; }
p { color: rgb(7,254,102); }
H1.HeaderClassName
{
color: #07FE66;
}
.AnyTagClassName
{
color: #07FE66;
}
</style>
background-color css
<style>
a { background-color: #07FE66; }
a { background-color: rgb(7,254,102); }
div.DivClassName
{
background-color: #07FE66;
}
.BgClassName
{
background-color: #07FE66;
}
</style>
border-color css
<style>
span { border-color: #07FE66; }
span { border-color: rgb(7,254,102); }
td.TdClassName
{
border-color: #07FE66;
}
.TagClassName
{
border-color: #07FE66;
}
</style>