Shades of Free Speech Green #07E405
Tints of Free Speech Green #07E405
RGB
CMYK
RGB Variations
Color information
#07E405 (or 0x07E405) is known color: Free Speech Green. HEX triplet: 07, E4 and 05. RGB value is (7,228,5). Sum of RGB (Red+Green+Blue) = 7+228+5=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 228 (89.45% from 255 or 95% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 228 - color contains mainly: green. Hex color #07E405 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E405 is #F81BFA. Grayscale: #898989. Windows color (decimal): -16260091 or 386055. OLE color: 386055.
HSL color Cylindrical-coordinate representation of color #07E405: hue angle of 119.46º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07E405 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 228 | 5 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.11 |
| HSL | 119.46º | 0.96% | 0.46% | - |
| HSV(B) | 119.46º | 0.98% | 0.89% | - |
| XYZ | 27.86 | 55.54 | 9.4 | - |
| YUV | 136.5 | 53.78 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 228 | 5 | 0.97 | 0 | 0.98 | 0.11 | 119.46 | 0.96 | 0.46 |
| Hex | 7 | E4 | 5 | 61 | 0 | 62 | B | 77 | 60 | 2E |
| Octal | 7 | 344 | 5 | 141 | 0 | 142 | 13 | 167 | 140 | 56 |
| Binary | 111 | 11100100 | 101 | 1100001 | 0 | 1100010 | 1011 | 1110111 | 1100000 | 101110 |
Color Harmonies of #07E405
Complementary color
Monochromatic Colors of #07E405
Black with #07E405
Text Example
Text Example
White with #07E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E405; }
p { color: rgb(7,228,5); }
H1.HeaderClassName
{
color: #07E405;
}
.AnyTagClassName
{
color: #07E405;
}
</style>
background-color css
<style>
a { background-color: #07E405; }
a { background-color: rgb(7,228,5); }
div.DivClassName
{
background-color: #07E405;
}
.BgClassName
{
background-color: #07E405;
}
</style>
border-color css
<style>
span { border-color: #07E405; }
span { border-color: rgb(7,228,5); }
td.TdClassName
{
border-color: #07E405;
}
.TagClassName
{
border-color: #07E405;
}
</style>