Shades of Free Speech Green #07E81B
Tints of Free Speech Green #07E81B
RGB
CMYK
RGB Variations
Color information
#07E81B (or 0x07E81B) is known color: Free Speech Green. HEX triplet: 07, E8 and 1B. RGB value is (7,232,27). Sum of RGB (Red+Green+Blue) = 7+232+27=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 232 (91.02% from 255 or 87.22% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 232 - color contains mainly: green. Hex color #07E81B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07E81B is #F817E4. Grayscale: #8D8D8D. Windows color (decimal): -16259045 or 1828871. OLE color: 1828871.
HSL color Cylindrical-coordinate representation of color #07E81B: hue angle of 125.33º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E81B is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 232 | 27 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.09 |
| HSL | 125.33º | 0.94% | 0.47% | - |
| HSV(B) | 125.33º | 0.97% | 0.91% | - |
| XYZ | 29.14 | 57.84 | 10.66 | - |
| YUV | 141.36 | 63.46 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 232 | 27 | 0.97 | 0 | 0.88 | 0.09 | 125.33 | 0.94 | 0.47 |
| Hex | 7 | E8 | 1B | 61 | 0 | 58 | 9 | 7D | 5E | 2F |
| Octal | 7 | 350 | 33 | 141 | 0 | 130 | 11 | 175 | 136 | 57 |
| Binary | 111 | 11101000 | 11011 | 1100001 | 0 | 1011000 | 1001 | 1111101 | 1011110 | 101111 |
Color Harmonies of #07E81B
Complementary color
Monochromatic Colors of #07E81B
Black with #07E81B
Text Example
Text Example
White with #07E81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E81B; }
p { color: rgb(7,232,27); }
H1.HeaderClassName
{
color: #07E81B;
}
.AnyTagClassName
{
color: #07E81B;
}
</style>
background-color css
<style>
a { background-color: #07E81B; }
a { background-color: rgb(7,232,27); }
div.DivClassName
{
background-color: #07E81B;
}
.BgClassName
{
background-color: #07E81B;
}
</style>
border-color css
<style>
span { border-color: #07E81B; }
span { border-color: rgb(7,232,27); }
td.TdClassName
{
border-color: #07E81B;
}
.TagClassName
{
border-color: #07E81B;
}
</style>