Shades of Spring Green #07F066
Tints of Spring Green #07F066
RGB
CMYK
RGB Variations
Color information
#07F066 (or 0x07F066) is known color: Spring Green. HEX triplet: 07, F0 and 66. RGB value is (7,240,102). Sum of RGB (Red+Green+Blue) = 7+240+102=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #07F066 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F066 is #F80F99. Grayscale: #9A9A9A. Windows color (decimal): -16256922 or 6746119. OLE color: 6746119.
HSL color Cylindrical-coordinate representation of color #07F066: hue angle of 144.46º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F066 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 102 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.06 |
| HSL | 144.46º | 0.94% | 0.48% | - |
| HSV(B) | 144.46º | 0.97% | 0.94% | - |
| XYZ | 33.65 | 63.32 | 23.02 | - |
| YUV | 154.6 | 98.31 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 102 | 0.97 | 0 | 0.58 | 0.06 | 144.46 | 0.94 | 0.48 |
| Hex | 7 | F0 | 66 | 61 | 0 | 3A | 6 | 90 | 5E | 30 |
| Octal | 7 | 360 | 146 | 141 | 0 | 72 | 6 | 220 | 136 | 60 |
| Binary | 111 | 11110000 | 1100110 | 1100001 | 0 | 111010 | 110 | 10010000 | 1011110 | 110000 |
Color Harmonies of #07F066
Complementary color
Monochromatic Colors of #07F066
Black with #07F066
Text Example
Text Example
White with #07F066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F066; }
p { color: rgb(7,240,102); }
H1.HeaderClassName
{
color: #07F066;
}
.AnyTagClassName
{
color: #07F066;
}
</style>
background-color css
<style>
a { background-color: #07F066; }
a { background-color: rgb(7,240,102); }
div.DivClassName
{
background-color: #07F066;
}
.BgClassName
{
background-color: #07F066;
}
</style>
border-color css
<style>
span { border-color: #07F066; }
span { border-color: rgb(7,240,102); }
td.TdClassName
{
border-color: #07F066;
}
.TagClassName
{
border-color: #07F066;
}
</style>