Shades of Spring Green #07F382
Tints of Spring Green #07F382
RGB
CMYK
RGB Variations
Color information
#07F382 (or 0x07F382) is known color: Spring Green. HEX triplet: 07, F3 and 82. RGB value is (7,243,130). Sum of RGB (Red+Green+Blue) = 7+243+130=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #07F382 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #07F382 is #F80C7D. Grayscale: #9F9F9F. Windows color (decimal): -16256126 or 8581895. OLE color: 8581895.
HSL color Cylindrical-coordinate representation of color #07F382: hue angle of 151.27º 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 #07F382 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 243 | 130 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.05 |
| HSL | 151.27º | 0.94% | 0.49% | - |
| HSV(B) | 151.27º | 0.97% | 0.95% | - |
| XYZ | 36.17 | 65.76 | 31.91 | - |
| YUV | 159.55 | 111.31 | 19.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 243 | 130 | 0.97 | 0 | 0.47 | 0.05 | 151.27 | 0.94 | 0.49 |
| Hex | 7 | F3 | 82 | 61 | 0 | 2F | 5 | 97 | 5E | 31 |
| Octal | 7 | 363 | 202 | 141 | 0 | 57 | 5 | 227 | 136 | 61 |
| Binary | 111 | 11110011 | 10000010 | 1100001 | 0 | 101111 | 101 | 10010111 | 1011110 | 110001 |
Color Harmonies of #07F382
Complementary color
Monochromatic Colors of #07F382
Black with #07F382
Text Example
Text Example
White with #07F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F382; }
p { color: rgb(7,243,130); }
H1.HeaderClassName
{
color: #07F382;
}
.AnyTagClassName
{
color: #07F382;
}
</style>
background-color css
<style>
a { background-color: #07F382; }
a { background-color: rgb(7,243,130); }
div.DivClassName
{
background-color: #07F382;
}
.BgClassName
{
background-color: #07F382;
}
</style>
border-color css
<style>
span { border-color: #07F382; }
span { border-color: rgb(7,243,130); }
td.TdClassName
{
border-color: #07F382;
}
.TagClassName
{
border-color: #07F382;
}
</style>