Shades of Spring Green #07F885
Tints of Spring Green #07F885
RGB
CMYK
RGB Variations
Color information
#07F885 (or 0x07F885) is known color: Spring Green. HEX triplet: 07, F8 and 85. RGB value is (7,248,133). Sum of RGB (Red+Green+Blue) = 7+248+133=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #07F885 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07F885 is #F8077A. Grayscale: #A3A3A3. Windows color (decimal): -16254843 or 8779783. OLE color: 8779783.
HSL color Cylindrical-coordinate representation of color #07F885: hue angle of 151.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F885 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 248 | 133 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.03 |
| HSL | 151.37º | 0.95% | 0.5% | - |
| HSV(B) | 151.37º | 0.97% | 0.97% | - |
| XYZ | 37.89 | 68.87 | 33.49 | - |
| YUV | 162.83 | 111.16 | 16.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 248 | 133 | 0.97 | 0 | 0.46 | 0.03 | 151.37 | 0.95 | 0.5 |
| Hex | 7 | F8 | 85 | 61 | 0 | 2E | 3 | 97 | 5F | 32 |
| Octal | 7 | 370 | 205 | 141 | 0 | 56 | 3 | 227 | 137 | 62 |
| Binary | 111 | 11111000 | 10000101 | 1100001 | 0 | 101110 | 11 | 10010111 | 1011111 | 110010 |
Color Harmonies of #07F885
Complementary color
Monochromatic Colors of #07F885
Black with #07F885
Text Example
Text Example
White with #07F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F885; }
p { color: rgb(7,248,133); }
H1.HeaderClassName
{
color: #07F885;
}
.AnyTagClassName
{
color: #07F885;
}
</style>
background-color css
<style>
a { background-color: #07F885; }
a { background-color: rgb(7,248,133); }
div.DivClassName
{
background-color: #07F885;
}
.BgClassName
{
background-color: #07F885;
}
</style>
border-color css
<style>
span { border-color: #07F885; }
span { border-color: rgb(7,248,133); }
td.TdClassName
{
border-color: #07F885;
}
.TagClassName
{
border-color: #07F885;
}
</style>