Shades of Spring Green #07FF74
Tints of Spring Green #07FF74
RGB
CMYK
RGB Variations
Color information
#07FF74 (or 0x07FF74) is known color: Spring Green. HEX triplet: 07, FF and 74. RGB value is (7,255,116). Sum of RGB (Red+Green+Blue) = 7+255+116=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FF74 is #F8008B. Grayscale: #A5A5A5. Windows color (decimal): -16253068 or 7667463. OLE color: 7667463.
HSL color Cylindrical-coordinate representation of color #07FF74: hue angle of 146.37º 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 #07FF74 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 116 | - |
| CMYK | 0.97 | 0 | 0.55 | 0 |
| HSL | 146.37º | 1% | 0.51% | - |
| HSV(B) | 146.37º | 0.97% | 1% | - |
| XYZ | 39 | 72.83 | 28.52 | - |
| YUV | 165 | 100.34 | 15.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 116 | 0.97 | 0 | 0.55 | 0 | 146.37 | 1 | 0.51 |
| Hex | 7 | FF | 74 | 61 | 0 | 37 | 0 | 92 | 64 | 33 |
| Octal | 7 | 377 | 164 | 141 | 0 | 67 | 0 | 222 | 144 | 63 |
| Binary | 111 | 11111111 | 1110100 | 1100001 | 0 | 110111 | 0 | 10010010 | 1100100 | 110011 |
Color Harmonies of #07FF74
Complementary color
Monochromatic Colors of #07FF74
Black with #07FF74
Text Example
Text Example
White with #07FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF74; }
p { color: rgb(7,255,116); }
H1.HeaderClassName
{
color: #07FF74;
}
.AnyTagClassName
{
color: #07FF74;
}
</style>
background-color css
<style>
a { background-color: #07FF74; }
a { background-color: rgb(7,255,116); }
div.DivClassName
{
background-color: #07FF74;
}
.BgClassName
{
background-color: #07FF74;
}
</style>
border-color css
<style>
span { border-color: #07FF74; }
span { border-color: rgb(7,255,116); }
td.TdClassName
{
border-color: #07FF74;
}
.TagClassName
{
border-color: #07FF74;
}
</style>