Shades of Free Speech Green #08DB20
Tints of Free Speech Green #08DB20
RGB
CMYK
RGB Variations
Color information
#08DB20 (or 0x08DB20) is known color: Free Speech Green. HEX triplet: 08, DB and 20. RGB value is (8,219,32). Sum of RGB (Red+Green+Blue) = 8+219+32=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 219 (85.94% from 255 or 84.56% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB20 is #F724DF. Grayscale: #878787. Windows color (decimal): -16196832 or 2153224. OLE color: 2153224.
HSL color Cylindrical-coordinate representation of color #08DB20: hue angle of 126.82º 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 #08DB20 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 32 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.14 |
| HSL | 126.82º | 0.93% | 0.45% | - |
| HSV(B) | 126.82º | 0.96% | 0.86% | - |
| XYZ | 25.69 | 50.82 | 9.82 | - |
| YUV | 134.59 | 70.1 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 32 | 0.96 | 0 | 0.85 | 0.14 | 126.82 | 0.93 | 0.45 |
| Hex | 8 | DB | 20 | 60 | 0 | 55 | E | 7F | 5D | 2D |
| Octal | 10 | 333 | 40 | 140 | 0 | 125 | 16 | 177 | 135 | 55 |
| Binary | 1000 | 11011011 | 100000 | 1100000 | 0 | 1010101 | 1110 | 1111111 | 1011101 | 101101 |
Color Harmonies of #08DB20
Complementary color
Monochromatic Colors of #08DB20
Black with #08DB20
Text Example
Text Example
White with #08DB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB20; }
p { color: rgb(8,219,32); }
H1.HeaderClassName
{
color: #08DB20;
}
.AnyTagClassName
{
color: #08DB20;
}
</style>
background-color css
<style>
a { background-color: #08DB20; }
a { background-color: rgb(8,219,32); }
div.DivClassName
{
background-color: #08DB20;
}
.BgClassName
{
background-color: #08DB20;
}
</style>
border-color css
<style>
span { border-color: #08DB20; }
span { border-color: rgb(8,219,32); }
td.TdClassName
{
border-color: #08DB20;
}
.TagClassName
{
border-color: #08DB20;
}
</style>