Shades of Free Speech Green #07F81C
Tints of Free Speech Green #07F81C
RGB
CMYK
RGB Variations
Color information
#07F81C (or 0x07F81C) is known color: Free Speech Green. HEX triplet: 07, F8 and 1C. RGB value is (7,248,28). Sum of RGB (Red+Green+Blue) = 7+248+28=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 248 (97.27% from 255 or 87.63% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 248 - color contains mainly: green. Hex color #07F81C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F81C is #F807E3. Grayscale: #979797. Windows color (decimal): -16254948 or 1898503. OLE color: 1898503.
HSL color Cylindrical-coordinate representation of color #07F81C: hue angle of 125.23º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F81C is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 248 | 28 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.03 |
| HSL | 125.23º | 0.95% | 0.5% | - |
| HSV(B) | 125.23º | 0.97% | 0.97% | - |
| XYZ | 33.86 | 67.26 | 12.3 | - |
| YUV | 150.86 | 58.66 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 248 | 28 | 0.97 | 0 | 0.89 | 0.03 | 125.23 | 0.95 | 0.5 |
| Hex | 7 | F8 | 1C | 61 | 0 | 59 | 3 | 7D | 5F | 32 |
| Octal | 7 | 370 | 34 | 141 | 0 | 131 | 3 | 175 | 137 | 62 |
| Binary | 111 | 11111000 | 11100 | 1100001 | 0 | 1011001 | 11 | 1111101 | 1011111 | 110010 |
Color Harmonies of #07F81C
Complementary color
Monochromatic Colors of #07F81C
Black with #07F81C
Text Example
Text Example
White with #07F81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F81C; }
p { color: rgb(7,248,28); }
H1.HeaderClassName
{
color: #07F81C;
}
.AnyTagClassName
{
color: #07F81C;
}
</style>
background-color css
<style>
a { background-color: #07F81C; }
a { background-color: rgb(7,248,28); }
div.DivClassName
{
background-color: #07F81C;
}
.BgClassName
{
background-color: #07F81C;
}
</style>
border-color css
<style>
span { border-color: #07F81C; }
span { border-color: rgb(7,248,28); }
td.TdClassName
{
border-color: #07F81C;
}
.TagClassName
{
border-color: #07F81C;
}
</style>