Shades of Free Speech Green #08E521
Tints of Free Speech Green #08E521
RGB
CMYK
RGB Variations
Color information
#08E521 (or 0x08E521) is known color: Free Speech Green. HEX triplet: 08, E5 and 21. RGB value is (8,229,33). Sum of RGB (Red+Green+Blue) = 8+229+33=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 229 (89.84% from 255 or 84.81% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 229 - color contains mainly: green. Hex color #08E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E521 is #F71ADE. Grayscale: #8D8D8D. Windows color (decimal): -16194271 or 2221320. OLE color: 2221320.
HSL color Cylindrical-coordinate representation of color #08E521: hue angle of 126.79º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E521 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 229 | 33 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.10 |
| HSL | 126.79º | 0.93% | 0.46% | - |
| HSV(B) | 126.79º | 0.97% | 0.9% | - |
| XYZ | 28.39 | 56.2 | 10.79 | - |
| YUV | 140.58 | 67.28 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 229 | 33 | 0.97 | 0 | 0.86 | 0.10 | 126.79 | 0.93 | 0.46 |
| Hex | 8 | E5 | 21 | 61 | 0 | 56 | A | 7F | 5D | 2E |
| Octal | 10 | 345 | 41 | 141 | 0 | 126 | 12 | 177 | 135 | 56 |
| Binary | 1000 | 11100101 | 100001 | 1100001 | 0 | 1010110 | 1010 | 1111111 | 1011101 | 101110 |
Color Harmonies of #08E521
Complementary color
Monochromatic Colors of #08E521
Black with #08E521
Text Example
Text Example
White with #08E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E521; }
p { color: rgb(8,229,33); }
H1.HeaderClassName
{
color: #08E521;
}
.AnyTagClassName
{
color: #08E521;
}
</style>
background-color css
<style>
a { background-color: #08E521; }
a { background-color: rgb(8,229,33); }
div.DivClassName
{
background-color: #08E521;
}
.BgClassName
{
background-color: #08E521;
}
</style>
border-color css
<style>
span { border-color: #08E521; }
span { border-color: rgb(8,229,33); }
td.TdClassName
{
border-color: #08E521;
}
.TagClassName
{
border-color: #08E521;
}
</style>