Shades of Free Speech Green #07D103
Tints of Free Speech Green #07D103
RGB
CMYK
RGB Variations
Color information
#07D103 (or 0x07D103) is known color: Free Speech Green. HEX triplet: 07, D1 and 03. RGB value is (7,209,3). Sum of RGB (Red+Green+Blue) = 7+209+3=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 209 (82.03% from 255 or 95.43% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 209 - color contains mainly: green. Hex color #07D103 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D103 is #F82EFC. Grayscale: #7D7D7D. Windows color (decimal): -16264957 or 250119. OLE color: 250119.
HSL color Cylindrical-coordinate representation of color #07D103: hue angle of 118.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07D103 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 209 | 3 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.18 |
| HSL | 118.83º | 0.97% | 0.42% | - |
| HSV(B) | 118.83º | 0.99% | 0.82% | - |
| XYZ | 22.9 | 45.65 | 7.69 | - |
| YUV | 125.12 | 59.08 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 209 | 3 | 0.97 | 0 | 0.99 | 0.18 | 118.83 | 0.97 | 0.42 |
| Hex | 7 | D1 | 3 | 61 | 0 | 63 | 12 | 77 | 61 | 2A |
| Octal | 7 | 321 | 3 | 141 | 0 | 143 | 22 | 167 | 141 | 52 |
| Binary | 111 | 11010001 | 11 | 1100001 | 0 | 1100011 | 10010 | 1110111 | 1100001 | 101010 |
Color Harmonies of #07D103
Complementary color
Monochromatic Colors of #07D103
Black with #07D103
Text Example
Text Example
White with #07D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D103; }
p { color: rgb(7,209,3); }
H1.HeaderClassName
{
color: #07D103;
}
.AnyTagClassName
{
color: #07D103;
}
</style>
background-color css
<style>
a { background-color: #07D103; }
a { background-color: rgb(7,209,3); }
div.DivClassName
{
background-color: #07D103;
}
.BgClassName
{
background-color: #07D103;
}
</style>
border-color css
<style>
span { border-color: #07D103; }
span { border-color: rgb(7,209,3); }
td.TdClassName
{
border-color: #07D103;
}
.TagClassName
{
border-color: #07D103;
}
</style>