Shades of Free Speech Green #20DB08
Tints of Free Speech Green #20DB08
RGB
CMYK
RGB Variations
Color information
#20DB08 (or 0x20DB08) is known color: Free Speech Green. HEX triplet: 20, DB and 08. RGB value is (32,219,8). Sum of RGB (Red+Green+Blue) = 32+219+8=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 219 (85.94% from 255 or 84.56% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DB08 is #DF24F7. Grayscale: #8B8B8B. Windows color (decimal): -14623992 or 580384. OLE color: 580384.
HSL color Cylindrical-coordinate representation of color #20DB08: hue angle of 113.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20DB08 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.14 |
| HSL | 113.18º | 0.93% | 0.45% | - |
| HSV(B) | 113.18º | 0.96% | 0.86% | - |
| XYZ | 25.97 | 50.99 | 8.7 | - |
| YUV | 139.03 | 54.05 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 8 | 0.85 | 0 | 0.96 | 0.14 | 113.18 | 0.93 | 0.45 |
| Hex | 20 | DB | 8 | 55 | 0 | 60 | E | 71 | 5D | 2D |
| Octal | 40 | 333 | 10 | 125 | 0 | 140 | 16 | 161 | 135 | 55 |
| Binary | 100000 | 11011011 | 1000 | 1010101 | 0 | 1100000 | 1110 | 1110001 | 1011101 | 101101 |
Color Harmonies of #20DB08
Complementary color
Monochromatic Colors of #20DB08
Black with #20DB08
Text Example
Text Example
White with #20DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB08; }
p { color: rgb(32,219,8); }
H1.HeaderClassName
{
color: #20DB08;
}
.AnyTagClassName
{
color: #20DB08;
}
</style>
background-color css
<style>
a { background-color: #20DB08; }
a { background-color: rgb(32,219,8); }
div.DivClassName
{
background-color: #20DB08;
}
.BgClassName
{
background-color: #20DB08;
}
</style>
border-color css
<style>
span { border-color: #20DB08; }
span { border-color: rgb(32,219,8); }
td.TdClassName
{
border-color: #20DB08;
}
.TagClassName
{
border-color: #20DB08;
}
</style>