Shades of Free Speech Green #05E815
Tints of Free Speech Green #05E815
RGB
CMYK
RGB Variations
Color information
#05E815 (or 0x05E815) is known color: Free Speech Green. HEX triplet: 05, E8 and 15. RGB value is (5,232,21). Sum of RGB (Red+Green+Blue) = 5+232+21=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 232 (91.02% from 255 or 89.92% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 232 - color contains mainly: green. Hex color #05E815 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E815 is #FA17EA. Grayscale: #8C8C8C. Windows color (decimal): -16390123 or 1435653. OLE color: 1435653.
HSL color Cylindrical-coordinate representation of color #05E815: hue angle of 124.23º 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 #05E815 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 232 | 21 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.09 |
| HSL | 124.23º | 0.96% | 0.46% | - |
| HSV(B) | 124.23º | 0.98% | 0.91% | - |
| XYZ | 29.05 | 57.8 | 10.33 | - |
| YUV | 140.07 | 60.79 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 232 | 21 | 0.98 | 0 | 0.91 | 0.09 | 124.23 | 0.96 | 0.46 |
| Hex | 5 | E8 | 15 | 62 | 0 | 5B | 9 | 7C | 60 | 2E |
| Octal | 5 | 350 | 25 | 142 | 0 | 133 | 11 | 174 | 140 | 56 |
| Binary | 101 | 11101000 | 10101 | 1100010 | 0 | 1011011 | 1001 | 1111100 | 1100000 | 101110 |
Color Harmonies of #05E815
Complementary color
Monochromatic Colors of #05E815
Black with #05E815
Text Example
Text Example
White with #05E815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E815; }
p { color: rgb(5,232,21); }
H1.HeaderClassName
{
color: #05E815;
}
.AnyTagClassName
{
color: #05E815;
}
</style>
background-color css
<style>
a { background-color: #05E815; }
a { background-color: rgb(5,232,21); }
div.DivClassName
{
background-color: #05E815;
}
.BgClassName
{
background-color: #05E815;
}
</style>
border-color css
<style>
span { border-color: #05E815; }
span { border-color: rgb(5,232,21); }
td.TdClassName
{
border-color: #05E815;
}
.TagClassName
{
border-color: #05E815;
}
</style>