Shades of Free Speech Green #20DB06
Tints of Free Speech Green #20DB06
RGB
CMYK
RGB Variations
Color information
#20DB06 (or 0x20DB06) is known color: Free Speech Green. HEX triplet: 20, DB and 06. RGB value is (32,219,6). Sum of RGB (Red+Green+Blue) = 32+219+6=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 219 (85.94% from 255 or 85.21% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DB06 is #DF24F9. Grayscale: #8B8B8B. Windows color (decimal): -14623994 or 449312. OLE color: 449312.
HSL color Cylindrical-coordinate representation of color #20DB06: hue angle of 112.68º degrees, saturation: 0.95, 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 #20DB06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.14 |
| HSL | 112.68º | 0.95% | 0.44% | - |
| HSV(B) | 112.68º | 0.97% | 0.86% | - |
| XYZ | 25.96 | 50.98 | 8.64 | - |
| YUV | 138.81 | 53.05 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 6 | 0.85 | 0 | 0.97 | 0.14 | 112.68 | 0.95 | 0.44 |
| Hex | 20 | DB | 6 | 55 | 0 | 61 | E | 71 | 5F | 2C |
| Octal | 40 | 333 | 6 | 125 | 0 | 141 | 16 | 161 | 137 | 54 |
| Binary | 100000 | 11011011 | 110 | 1010101 | 0 | 1100001 | 1110 | 1110001 | 1011111 | 101100 |
Color Harmonies of #20DB06
Complementary color
Monochromatic Colors of #20DB06
Black with #20DB06
Text Example
Text Example
White with #20DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB06; }
p { color: rgb(32,219,6); }
H1.HeaderClassName
{
color: #20DB06;
}
.AnyTagClassName
{
color: #20DB06;
}
</style>
background-color css
<style>
a { background-color: #20DB06; }
a { background-color: rgb(32,219,6); }
div.DivClassName
{
background-color: #20DB06;
}
.BgClassName
{
background-color: #20DB06;
}
</style>
border-color css
<style>
span { border-color: #20DB06; }
span { border-color: rgb(32,219,6); }
td.TdClassName
{
border-color: #20DB06;
}
.TagClassName
{
border-color: #20DB06;
}
</style>