Shades of Spring Green #07F268
Tints of Spring Green #07F268
RGB
CMYK
RGB Variations
Color information
#07F268 (or 0x07F268) is known color: Spring Green. HEX triplet: 07, F2 and 68. RGB value is (7,242,104). Sum of RGB (Red+Green+Blue) = 7+242+104=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #07F268 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F268 is #F80D97. Grayscale: #9C9C9C. Windows color (decimal): -16256408 or 6877703. OLE color: 6877703.
HSL color Cylindrical-coordinate representation of color #07F268: hue angle of 144.77º 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 #07F268 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 242 | 104 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.05 |
| HSL | 144.77º | 0.94% | 0.49% | - |
| HSV(B) | 144.77º | 0.97% | 0.95% | - |
| XYZ | 34.34 | 64.55 | 23.75 | - |
| YUV | 156 | 98.64 | 21.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 242 | 104 | 0.97 | 0 | 0.57 | 0.05 | 144.77 | 0.94 | 0.49 |
| Hex | 7 | F2 | 68 | 61 | 0 | 39 | 5 | 91 | 5E | 31 |
| Octal | 7 | 362 | 150 | 141 | 0 | 71 | 5 | 221 | 136 | 61 |
| Binary | 111 | 11110010 | 1101000 | 1100001 | 0 | 111001 | 101 | 10010001 | 1011110 | 110001 |
Color Harmonies of #07F268
Complementary color
Monochromatic Colors of #07F268
Black with #07F268
Text Example
Text Example
White with #07F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F268; }
p { color: rgb(7,242,104); }
H1.HeaderClassName
{
color: #07F268;
}
.AnyTagClassName
{
color: #07F268;
}
</style>
background-color css
<style>
a { background-color: #07F268; }
a { background-color: rgb(7,242,104); }
div.DivClassName
{
background-color: #07F268;
}
.BgClassName
{
background-color: #07F268;
}
</style>
border-color css
<style>
span { border-color: #07F268; }
span { border-color: rgb(7,242,104); }
td.TdClassName
{
border-color: #07F268;
}
.TagClassName
{
border-color: #07F268;
}
</style>