Shades of Free Speech Green #07C80D
Tints of Free Speech Green #07C80D
RGB
CMYK
RGB Variations
Color information
#07C80D (or 0x07C80D) is known color: Free Speech Green. HEX triplet: 07, C8 and 0D. RGB value is (7,200,13). Sum of RGB (Red+Green+Blue) = 7+200+13=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 200 (78.52% from 255 or 90.91% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 200 - color contains mainly: green. Hex color #07C80D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C80D is #F837F2. Grayscale: #797979. Windows color (decimal): -16267251 or 903175. OLE color: 903175.
HSL color Cylindrical-coordinate representation of color #07C80D: hue angle of 121.87º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C80D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 200 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.22 |
| HSL | 121.87º | 0.93% | 0.41% | - |
| HSV(B) | 121.87º | 0.97% | 0.78% | - |
| XYZ | 20.81 | 41.38 | 7.27 | - |
| YUV | 120.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 13 | 0.96 | 0 | 0.94 | 0.22 | 121.87 | 0.93 | 0.41 |
| Hex | 7 | C8 | D | 60 | 0 | 5E | 16 | 7A | 5D | 29 |
| Octal | 7 | 310 | 15 | 140 | 0 | 136 | 26 | 172 | 135 | 51 |
| Binary | 111 | 11001000 | 1101 | 1100000 | 0 | 1011110 | 10110 | 1111010 | 1011101 | 101001 |
Color Harmonies of #07C80D
Complementary color
Monochromatic Colors of #07C80D
Black with #07C80D
Text Example
Text Example
White with #07C80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C80D; }
p { color: rgb(7,200,13); }
H1.HeaderClassName
{
color: #07C80D;
}
.AnyTagClassName
{
color: #07C80D;
}
</style>
background-color css
<style>
a { background-color: #07C80D; }
a { background-color: rgb(7,200,13); }
div.DivClassName
{
background-color: #07C80D;
}
.BgClassName
{
background-color: #07C80D;
}
</style>
border-color css
<style>
span { border-color: #07C80D; }
span { border-color: rgb(7,200,13); }
td.TdClassName
{
border-color: #07C80D;
}
.TagClassName
{
border-color: #07C80D;
}
</style>