Shades of Free Speech Green #07CD0C
Tints of Free Speech Green #07CD0C
RGB
CMYK
RGB Variations
Color information
#07CD0C (or 0x07CD0C) is known color: Free Speech Green. HEX triplet: 07, CD and 0C. RGB value is (7,205,12). Sum of RGB (Red+Green+Blue) = 7+205+12=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 205 (80.47% from 255 or 91.52% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 205 - color contains mainly: green. Hex color #07CD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CD0C is #F832F3. Grayscale: #7C7C7C. Windows color (decimal): -16265972 or 838919. OLE color: 838919.
HSL color Cylindrical-coordinate representation of color #07CD0C: hue angle of 121.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CD0C is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 205 | 12 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.20 |
| HSL | 121.52º | 0.93% | 0.42% | - |
| HSV(B) | 121.52º | 0.97% | 0.8% | - |
| XYZ | 21.99 | 43.73 | 7.63 | - |
| YUV | 123.8 | 64.9 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 12 | 0.97 | 0 | 0.94 | 0.20 | 121.52 | 0.93 | 0.42 |
| Hex | 7 | CD | C | 61 | 0 | 5E | 14 | 7A | 5D | 2A |
| Octal | 7 | 315 | 14 | 141 | 0 | 136 | 24 | 172 | 135 | 52 |
| Binary | 111 | 11001101 | 1100 | 1100001 | 0 | 1011110 | 10100 | 1111010 | 1011101 | 101010 |
Color Harmonies of #07CD0C
Complementary color
Monochromatic Colors of #07CD0C
Black with #07CD0C
Text Example
Text Example
White with #07CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CD0C; }
p { color: rgb(7,205,12); }
H1.HeaderClassName
{
color: #07CD0C;
}
.AnyTagClassName
{
color: #07CD0C;
}
</style>
background-color css
<style>
a { background-color: #07CD0C; }
a { background-color: rgb(7,205,12); }
div.DivClassName
{
background-color: #07CD0C;
}
.BgClassName
{
background-color: #07CD0C;
}
</style>
border-color css
<style>
span { border-color: #07CD0C; }
span { border-color: rgb(7,205,12); }
td.TdClassName
{
border-color: #07CD0C;
}
.TagClassName
{
border-color: #07CD0C;
}
</style>