Shades of Free Speech Green #07FE10
Tints of Free Speech Green #07FE10
RGB
CMYK
RGB Variations
Color information
#07FE10 (or 0x07FE10) is known color: Free Speech Green. HEX triplet: 07, FE and 10. RGB value is (7,254,16). Sum of RGB (Red+Green+Blue) = 7+254+16=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 254 (99.61% from 255 or 91.70% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FE10 is #F801EF. Grayscale: #999999. Windows color (decimal): -16253424 or 1113607. OLE color: 1113607.
HSL color Cylindrical-coordinate representation of color #07FE10: hue angle of 122.19º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FE10 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 16 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.00 |
| HSL | 122.19º | 0.99% | 0.51% | - |
| HSV(B) | 122.19º | 0.97% | 1% | - |
| XYZ | 35.62 | 70.97 | 12.31 | - |
| YUV | 153.02 | 50.67 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 16 | 0.97 | 0 | 0.94 | 0.00 | 122.19 | 0.99 | 0.51 |
| Hex | 7 | FE | 10 | 61 | 0 | 5E | 0 | 7A | 63 | 33 |
| Octal | 7 | 376 | 20 | 141 | 0 | 136 | 0 | 172 | 143 | 63 |
| Binary | 111 | 11111110 | 10000 | 1100001 | 0 | 1011110 | 0 | 1111010 | 1100011 | 110011 |
Color Harmonies of #07FE10
Complementary color
Monochromatic Colors of #07FE10
Black with #07FE10
Text Example
Text Example
White with #07FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FE10; }
p { color: rgb(7,254,16); }
H1.HeaderClassName
{
color: #07FE10;
}
.AnyTagClassName
{
color: #07FE10;
}
</style>
background-color css
<style>
a { background-color: #07FE10; }
a { background-color: rgb(7,254,16); }
div.DivClassName
{
background-color: #07FE10;
}
.BgClassName
{
background-color: #07FE10;
}
</style>
border-color css
<style>
span { border-color: #07FE10; }
span { border-color: rgb(7,254,16); }
td.TdClassName
{
border-color: #07FE10;
}
.TagClassName
{
border-color: #07FE10;
}
</style>