Shades of Spring Green #07F968
Tints of Spring Green #07F968
RGB
CMYK
RGB Variations
Color information
#07F968 (or 0x07F968) is known color: Spring Green. HEX triplet: 07, F9 and 68. RGB value is (7,249,104). Sum of RGB (Red+Green+Blue) = 7+249+104=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #07F968 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F968 is #F80697. Grayscale: #A0A0A0. Windows color (decimal): -16254616 or 6879495. OLE color: 6879495.
HSL color Cylindrical-coordinate representation of color #07F968: hue angle of 144.05º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F968 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 249 | 104 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.02 |
| HSL | 144.05º | 0.95% | 0.5% | - |
| HSV(B) | 144.05º | 0.97% | 0.98% | - |
| XYZ | 36.46 | 68.8 | 24.45 | - |
| YUV | 160.11 | 96.33 | 18.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 249 | 104 | 0.97 | 0 | 0.58 | 0.02 | 144.05 | 0.95 | 0.5 |
| Hex | 7 | F9 | 68 | 61 | 0 | 3A | 2 | 90 | 5F | 32 |
| Octal | 7 | 371 | 150 | 141 | 0 | 72 | 2 | 220 | 137 | 62 |
| Binary | 111 | 11111001 | 1101000 | 1100001 | 0 | 111010 | 10 | 10010000 | 1011111 | 110010 |
Color Harmonies of #07F968
Complementary color
Monochromatic Colors of #07F968
Black with #07F968
Text Example
Text Example
White with #07F968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F968; }
p { color: rgb(7,249,104); }
H1.HeaderClassName
{
color: #07F968;
}
.AnyTagClassName
{
color: #07F968;
}
</style>
background-color css
<style>
a { background-color: #07F968; }
a { background-color: rgb(7,249,104); }
div.DivClassName
{
background-color: #07F968;
}
.BgClassName
{
background-color: #07F968;
}
</style>
border-color css
<style>
span { border-color: #07F968; }
span { border-color: rgb(7,249,104); }
td.TdClassName
{
border-color: #07F968;
}
.TagClassName
{
border-color: #07F968;
}
</style>