Shades of Free Speech Green #07DF12
Tints of Free Speech Green #07DF12
RGB
CMYK
RGB Variations
Color information
#07DF12 (or 0x07DF12) is known color: Free Speech Green. HEX triplet: 07, DF and 12. RGB value is (7,223,18). Sum of RGB (Red+Green+Blue) = 7+223+18=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 223 (87.5% from 255 or 89.92% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DF12 is #F820ED. Grayscale: #878787. Windows color (decimal): -16261358 or 1236743. OLE color: 1236743.
HSL color Cylindrical-coordinate representation of color #07DF12: hue angle of 123.06º 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 #07DF12 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.13 |
| HSL | 123.06º | 0.94% | 0.45% | - |
| HSV(B) | 123.06º | 0.97% | 0.87% | - |
| XYZ | 26.58 | 52.86 | 9.37 | - |
| YUV | 135.05 | 61.94 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 18 | 0.97 | 0 | 0.92 | 0.13 | 123.06 | 0.94 | 0.45 |
| Hex | 7 | DF | 12 | 61 | 0 | 5C | D | 7B | 5E | 2D |
| Octal | 7 | 337 | 22 | 141 | 0 | 134 | 15 | 173 | 136 | 55 |
| Binary | 111 | 11011111 | 10010 | 1100001 | 0 | 1011100 | 1101 | 1111011 | 1011110 | 101101 |
Color Harmonies of #07DF12
Complementary color
Monochromatic Colors of #07DF12
Black with #07DF12
Text Example
Text Example
White with #07DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF12; }
p { color: rgb(7,223,18); }
H1.HeaderClassName
{
color: #07DF12;
}
.AnyTagClassName
{
color: #07DF12;
}
</style>
background-color css
<style>
a { background-color: #07DF12; }
a { background-color: rgb(7,223,18); }
div.DivClassName
{
background-color: #07DF12;
}
.BgClassName
{
background-color: #07DF12;
}
</style>
border-color css
<style>
span { border-color: #07DF12; }
span { border-color: rgb(7,223,18); }
td.TdClassName
{
border-color: #07DF12;
}
.TagClassName
{
border-color: #07DF12;
}
</style>