Shades of Free Speech Green #05E417
Tints of Free Speech Green #05E417
RGB
CMYK
RGB Variations
Color information
#05E417 (or 0x05E417) is known color: Free Speech Green. HEX triplet: 05, E4 and 17. RGB value is (5,228,23). Sum of RGB (Red+Green+Blue) = 5+228+23=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 228 (89.45% from 255 or 89.06% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 228 - color contains mainly: green. Hex color #05E417 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E417 is #FA1BE8. Grayscale: #8A8A8A. Windows color (decimal): -16391145 or 1565701. OLE color: 1565701.
HSL color Cylindrical-coordinate representation of color #05E417: hue angle of 124.84º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E417 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 228 | 23 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.11 |
| HSL | 124.84º | 0.96% | 0.46% | - |
| HSV(B) | 124.84º | 0.98% | 0.89% | - |
| XYZ | 27.96 | 55.58 | 10.07 | - |
| YUV | 137.95 | 63.12 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 228 | 23 | 0.98 | 0 | 0.90 | 0.11 | 124.84 | 0.96 | 0.46 |
| Hex | 5 | E4 | 17 | 62 | 0 | 5A | B | 7D | 60 | 2E |
| Octal | 5 | 344 | 27 | 142 | 0 | 132 | 13 | 175 | 140 | 56 |
| Binary | 101 | 11100100 | 10111 | 1100010 | 0 | 1011010 | 1011 | 1111101 | 1100000 | 101110 |
Color Harmonies of #05E417
Complementary color
Monochromatic Colors of #05E417
Black with #05E417
Text Example
Text Example
White with #05E417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E417; }
p { color: rgb(5,228,23); }
H1.HeaderClassName
{
color: #05E417;
}
.AnyTagClassName
{
color: #05E417;
}
</style>
background-color css
<style>
a { background-color: #05E417; }
a { background-color: rgb(5,228,23); }
div.DivClassName
{
background-color: #05E417;
}
.BgClassName
{
background-color: #05E417;
}
</style>
border-color css
<style>
span { border-color: #05E417; }
span { border-color: rgb(5,228,23); }
td.TdClassName
{
border-color: #05E417;
}
.TagClassName
{
border-color: #05E417;
}
</style>