Shades of Free Speech Green #05E521
Tints of Free Speech Green #05E521
RGB
CMYK
RGB Variations
Color information
#05E521 (or 0x05E521) is known color: Free Speech Green. HEX triplet: 05, E5 and 21. RGB value is (5,229,33). Sum of RGB (Red+Green+Blue) = 5+229+33=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 229 (89.84% from 255 or 85.77% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 229 - color contains mainly: green. Hex color #05E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E521 is #FA1ADE. Grayscale: #8C8C8C. Windows color (decimal): -16390879 or 2221317. OLE color: 2221317.
HSL color Cylindrical-coordinate representation of color #05E521: hue angle of 127.5º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E521 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 229 | 33 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.10 |
| HSL | 127.5º | 0.96% | 0.46% | - |
| HSV(B) | 127.5º | 0.98% | 0.9% | - |
| XYZ | 28.36 | 56.18 | 10.79 | - |
| YUV | 139.68 | 67.79 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 33 | 0.98 | 0 | 0.86 | 0.10 | 127.5 | 0.96 | 0.46 |
| Hex | 5 | E5 | 21 | 62 | 0 | 56 | A | 80 | 60 | 2E |
| Octal | 5 | 345 | 41 | 142 | 0 | 126 | 12 | 200 | 140 | 56 |
| Binary | 101 | 11100101 | 100001 | 1100010 | 0 | 1010110 | 1010 | 10000000 | 1100000 | 101110 |
Color Harmonies of #05E521
Complementary color
Monochromatic Colors of #05E521
Black with #05E521
Text Example
Text Example
White with #05E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E521; }
p { color: rgb(5,229,33); }
H1.HeaderClassName
{
color: #05E521;
}
.AnyTagClassName
{
color: #05E521;
}
</style>
background-color css
<style>
a { background-color: #05E521; }
a { background-color: rgb(5,229,33); }
div.DivClassName
{
background-color: #05E521;
}
.BgClassName
{
background-color: #05E521;
}
</style>
border-color css
<style>
span { border-color: #05E521; }
span { border-color: rgb(5,229,33); }
td.TdClassName
{
border-color: #05E521;
}
.TagClassName
{
border-color: #05E521;
}
</style>