Shades of Free Speech Green #07DF10
Tints of Free Speech Green #07DF10
RGB
CMYK
RGB Variations
Color information
#07DF10 (or 0x07DF10) is known color: Free Speech Green. HEX triplet: 07, DF and 10. RGB value is (7,223,16). Sum of RGB (Red+Green+Blue) = 7+223+16=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 223 (87.5% from 255 or 90.65% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DF10 is #F820EF. Grayscale: #878787. Windows color (decimal): -16261360 or 1105671. OLE color: 1105671.
HSL color Cylindrical-coordinate representation of color #07DF10: hue angle of 122.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DF10 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 16 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.13 |
| HSL | 122.5º | 0.94% | 0.45% | - |
| HSV(B) | 122.5º | 0.97% | 0.87% | - |
| XYZ | 26.57 | 52.86 | 9.29 | - |
| YUV | 134.82 | 60.94 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 16 | 0.97 | 0 | 0.93 | 0.13 | 122.5 | 0.94 | 0.45 |
| Hex | 7 | DF | 10 | 61 | 0 | 5D | D | 7B | 5E | 2D |
| Octal | 7 | 337 | 20 | 141 | 0 | 135 | 15 | 173 | 136 | 55 |
| Binary | 111 | 11011111 | 10000 | 1100001 | 0 | 1011101 | 1101 | 1111011 | 1011110 | 101101 |
Color Harmonies of #07DF10
Complementary color
Monochromatic Colors of #07DF10
Black with #07DF10
Text Example
Text Example
White with #07DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF10; }
p { color: rgb(7,223,16); }
H1.HeaderClassName
{
color: #07DF10;
}
.AnyTagClassName
{
color: #07DF10;
}
</style>
background-color css
<style>
a { background-color: #07DF10; }
a { background-color: rgb(7,223,16); }
div.DivClassName
{
background-color: #07DF10;
}
.BgClassName
{
background-color: #07DF10;
}
</style>
border-color css
<style>
span { border-color: #07DF10; }
span { border-color: rgb(7,223,16); }
td.TdClassName
{
border-color: #07DF10;
}
.TagClassName
{
border-color: #07DF10;
}
</style>