Shades of Free Speech Green #07DB22
Tints of Free Speech Green #07DB22
RGB
CMYK
RGB Variations
Color information
#07DB22 (or 0x07DB22) is known color: Free Speech Green. HEX triplet: 07, DB and 22. RGB value is (7,219,34). Sum of RGB (Red+Green+Blue) = 7+219+34=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DB22 is #F824DD. Grayscale: #878787. Windows color (decimal): -16262366 or 2284295. OLE color: 2284295.
HSL color Cylindrical-coordinate representation of color #07DB22: hue angle of 127.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DB22 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 34 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.14 |
| HSL | 127.64º | 0.94% | 0.44% | - |
| HSV(B) | 127.64º | 0.97% | 0.86% | - |
| XYZ | 25.71 | 50.82 | 9.97 | - |
| YUV | 134.52 | 71.26 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 34 | 0.97 | 0 | 0.84 | 0.14 | 127.64 | 0.94 | 0.44 |
| Hex | 7 | DB | 22 | 61 | 0 | 54 | E | 80 | 5E | 2C |
| Octal | 7 | 333 | 42 | 141 | 0 | 124 | 16 | 200 | 136 | 54 |
| Binary | 111 | 11011011 | 100010 | 1100001 | 0 | 1010100 | 1110 | 10000000 | 1011110 | 101100 |
Color Harmonies of #07DB22
Complementary color
Monochromatic Colors of #07DB22
Black with #07DB22
Text Example
Text Example
White with #07DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB22; }
p { color: rgb(7,219,34); }
H1.HeaderClassName
{
color: #07DB22;
}
.AnyTagClassName
{
color: #07DB22;
}
</style>
background-color css
<style>
a { background-color: #07DB22; }
a { background-color: rgb(7,219,34); }
div.DivClassName
{
background-color: #07DB22;
}
.BgClassName
{
background-color: #07DB22;
}
</style>
border-color css
<style>
span { border-color: #07DB22; }
span { border-color: rgb(7,219,34); }
td.TdClassName
{
border-color: #07DB22;
}
.TagClassName
{
border-color: #07DB22;
}
</style>