Shades of Free Speech Green #05E721
Tints of Free Speech Green #05E721
RGB
CMYK
RGB Variations
Color information
#05E721 (or 0x05E721) is known color: Free Speech Green. HEX triplet: 05, E7 and 21. RGB value is (5,231,33). Sum of RGB (Red+Green+Blue) = 5+231+33=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 231 (90.62% from 255 or 85.87% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 231 - color contains mainly: green. Hex color #05E721 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E721 is #FA18DE. Grayscale: #8D8D8D. Windows color (decimal): -16390367 or 2221829. OLE color: 2221829.
HSL color Cylindrical-coordinate representation of color #05E721: hue angle of 127.43º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E721 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 231 | 33 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.09 |
| HSL | 127.43º | 0.96% | 0.46% | - |
| HSV(B) | 127.43º | 0.98% | 0.91% | - |
| XYZ | 28.91 | 57.29 | 10.97 | - |
| YUV | 140.85 | 67.13 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 231 | 33 | 0.98 | 0 | 0.86 | 0.09 | 127.43 | 0.96 | 0.46 |
| Hex | 5 | E7 | 21 | 62 | 0 | 56 | 9 | 7F | 60 | 2E |
| Octal | 5 | 347 | 41 | 142 | 0 | 126 | 11 | 177 | 140 | 56 |
| Binary | 101 | 11100111 | 100001 | 1100010 | 0 | 1010110 | 1001 | 1111111 | 1100000 | 101110 |
Color Harmonies of #05E721
Complementary color
Monochromatic Colors of #05E721
Black with #05E721
Text Example
Text Example
White with #05E721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E721; }
p { color: rgb(5,231,33); }
H1.HeaderClassName
{
color: #05E721;
}
.AnyTagClassName
{
color: #05E721;
}
</style>
background-color css
<style>
a { background-color: #05E721; }
a { background-color: rgb(5,231,33); }
div.DivClassName
{
background-color: #05E721;
}
.BgClassName
{
background-color: #05E721;
}
</style>
border-color css
<style>
span { border-color: #05E721; }
span { border-color: rgb(5,231,33); }
td.TdClassName
{
border-color: #05E721;
}
.TagClassName
{
border-color: #05E721;
}
</style>