Shades of Medium Spring Green #07FF95
Tints of Medium Spring Green #07FF95
RGB
CMYK
RGB Variations
Color information
#07FF95 (or 0x07FF95) is known color: Medium Spring Green. HEX triplet: 07, FF and 95. RGB value is (7,255,149). Sum of RGB (Red+Green+Blue) = 7+255+149=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07FF95 is #F8006A. Grayscale: #A8A8A8. Windows color (decimal): -16253035 or 9830151. OLE color: 9830151.
HSL color Cylindrical-coordinate representation of color #07FF95: hue angle of 154.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FF95 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 149 | - |
| CMYK | 0.97 | 0 | 0.42 | 0 |
| HSL | 154.35º | 1% | 0.51% | - |
| HSV(B) | 154.35º | 0.97% | 1% | - |
| XYZ | 41.27 | 73.74 | 40.49 | - |
| YUV | 168.76 | 116.84 | 12.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 149 | 0.97 | 0 | 0.42 | 0 | 154.35 | 1 | 0.51 |
| Hex | 7 | FF | 95 | 61 | 0 | 2A | 0 | 9A | 64 | 33 |
| Octal | 7 | 377 | 225 | 141 | 0 | 52 | 0 | 232 | 144 | 63 |
| Binary | 111 | 11111111 | 10010101 | 1100001 | 0 | 101010 | 0 | 10011010 | 1100100 | 110011 |
Color Harmonies of #07FF95
Complementary color
Monochromatic Colors of #07FF95
Black with #07FF95
Text Example
Text Example
White with #07FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF95; }
p { color: rgb(7,255,149); }
H1.HeaderClassName
{
color: #07FF95;
}
.AnyTagClassName
{
color: #07FF95;
}
</style>
background-color css
<style>
a { background-color: #07FF95; }
a { background-color: rgb(7,255,149); }
div.DivClassName
{
background-color: #07FF95;
}
.BgClassName
{
background-color: #07FF95;
}
</style>
border-color css
<style>
span { border-color: #07FF95; }
span { border-color: rgb(7,255,149); }
td.TdClassName
{
border-color: #07FF95;
}
.TagClassName
{
border-color: #07FF95;
}
</style>