Shades of Spring Green #07F270
Tints of Spring Green #07F270
RGB
CMYK
RGB Variations
Color information
#07F270 (or 0x07F270) is known color: Spring Green. HEX triplet: 07, F2 and 70. RGB value is (7,242,112). Sum of RGB (Red+Green+Blue) = 7+242+112=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #07F270 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F270 is #F80D8F. Grayscale: #9D9D9D. Windows color (decimal): -16256400 or 7401991. OLE color: 7401991.
HSL color Cylindrical-coordinate representation of color #07F270: hue angle of 146.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F270 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 242 | 112 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.05 |
| HSL | 146.81º | 0.94% | 0.49% | - |
| HSV(B) | 146.81º | 0.97% | 0.95% | - |
| XYZ | 34.76 | 64.72 | 25.99 | - |
| YUV | 156.92 | 102.64 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 242 | 112 | 0.97 | 0 | 0.54 | 0.05 | 146.81 | 0.94 | 0.49 |
| Hex | 7 | F2 | 70 | 61 | 0 | 36 | 5 | 93 | 5E | 31 |
| Octal | 7 | 362 | 160 | 141 | 0 | 66 | 5 | 223 | 136 | 61 |
| Binary | 111 | 11110010 | 1110000 | 1100001 | 0 | 110110 | 101 | 10010011 | 1011110 | 110001 |
Color Harmonies of #07F270
Complementary color
Monochromatic Colors of #07F270
Black with #07F270
Text Example
Text Example
White with #07F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F270; }
p { color: rgb(7,242,112); }
H1.HeaderClassName
{
color: #07F270;
}
.AnyTagClassName
{
color: #07F270;
}
</style>
background-color css
<style>
a { background-color: #07F270; }
a { background-color: rgb(7,242,112); }
div.DivClassName
{
background-color: #07F270;
}
.BgClassName
{
background-color: #07F270;
}
</style>
border-color css
<style>
span { border-color: #07F270; }
span { border-color: rgb(7,242,112); }
td.TdClassName
{
border-color: #07F270;
}
.TagClassName
{
border-color: #07F270;
}
</style>