Shades of Spring Green #07F27A
Tints of Spring Green #07F27A
RGB
CMYK
RGB Variations
Color information
#07F27A (or 0x07F27A) is known color: Spring Green. HEX triplet: 07, F2 and 7A. RGB value is (7,242,122). Sum of RGB (Red+Green+Blue) = 7+242+122=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #07F27A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F27A is #F80D85. Grayscale: #9E9E9E. Windows color (decimal): -16256390 or 8057351. OLE color: 8057351.
HSL color Cylindrical-coordinate representation of color #07F27A: hue angle of 149.36º 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 #07F27A is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 242 | 122 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.05 |
| HSL | 149.36º | 0.94% | 0.49% | - |
| HSV(B) | 149.36º | 0.97% | 0.95% | - |
| XYZ | 35.35 | 64.95 | 29.09 | - |
| YUV | 158.06 | 107.64 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 242 | 122 | 0.97 | 0 | 0.50 | 0.05 | 149.36 | 0.94 | 0.49 |
| Hex | 7 | F2 | 7A | 61 | 0 | 32 | 5 | 95 | 5E | 31 |
| Octal | 7 | 362 | 172 | 141 | 0 | 62 | 5 | 225 | 136 | 61 |
| Binary | 111 | 11110010 | 1111010 | 1100001 | 0 | 110010 | 101 | 10010101 | 1011110 | 110001 |
Color Harmonies of #07F27A
Complementary color
Monochromatic Colors of #07F27A
Black with #07F27A
Text Example
Text Example
White with #07F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F27A; }
p { color: rgb(7,242,122); }
H1.HeaderClassName
{
color: #07F27A;
}
.AnyTagClassName
{
color: #07F27A;
}
</style>
background-color css
<style>
a { background-color: #07F27A; }
a { background-color: rgb(7,242,122); }
div.DivClassName
{
background-color: #07F27A;
}
.BgClassName
{
background-color: #07F27A;
}
</style>
border-color css
<style>
span { border-color: #07F27A; }
span { border-color: rgb(7,242,122); }
td.TdClassName
{
border-color: #07F27A;
}
.TagClassName
{
border-color: #07F27A;
}
</style>