Shades of Free Speech Green #07D81C
Tints of Free Speech Green #07D81C
RGB
CMYK
RGB Variations
Color information
#07D81C (or 0x07D81C) is known color: Free Speech Green. HEX triplet: 07, D8 and 1C. RGB value is (7,216,28). Sum of RGB (Red+Green+Blue) = 7+216+28=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 216 (84.77% from 255 or 86.06% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 216 - color contains mainly: green. Hex color #07D81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D81C is #F827E3. Grayscale: #848484. Windows color (decimal): -16263140 or 1890311. OLE color: 1890311.
HSL color Cylindrical-coordinate representation of color #07D81C: hue angle of 126.03º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D81C is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 28 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.15 |
| HSL | 126.03º | 0.94% | 0.44% | - |
| HSV(B) | 126.03º | 0.97% | 0.85% | - |
| XYZ | 24.85 | 49.24 | 9.29 | - |
| YUV | 132.08 | 69.26 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 28 | 0.97 | 0 | 0.87 | 0.15 | 126.03 | 0.94 | 0.44 |
| Hex | 7 | D8 | 1C | 61 | 0 | 57 | F | 7E | 5E | 2C |
| Octal | 7 | 330 | 34 | 141 | 0 | 127 | 17 | 176 | 136 | 54 |
| Binary | 111 | 11011000 | 11100 | 1100001 | 0 | 1010111 | 1111 | 1111110 | 1011110 | 101100 |
Color Harmonies of #07D81C
Complementary color
Monochromatic Colors of #07D81C
Black with #07D81C
Text Example
Text Example
White with #07D81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D81C; }
p { color: rgb(7,216,28); }
H1.HeaderClassName
{
color: #07D81C;
}
.AnyTagClassName
{
color: #07D81C;
}
</style>
background-color css
<style>
a { background-color: #07D81C; }
a { background-color: rgb(7,216,28); }
div.DivClassName
{
background-color: #07D81C;
}
.BgClassName
{
background-color: #07D81C;
}
</style>
border-color css
<style>
span { border-color: #07D81C; }
span { border-color: rgb(7,216,28); }
td.TdClassName
{
border-color: #07D81C;
}
.TagClassName
{
border-color: #07D81C;
}
</style>