Shades of Free Speech Green #05E918
Tints of Free Speech Green #05E918
RGB
CMYK
RGB Variations
Color information
#05E918 (or 0x05E918) is known color: Free Speech Green. HEX triplet: 05, E9 and 18. RGB value is (5,233,24). Sum of RGB (Red+Green+Blue) = 5+233+24=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 233 (91.41% from 255 or 88.93% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 233 - color contains mainly: green. Hex color #05E918 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E918 is #FA16E7. Grayscale: #8D8D8D. Windows color (decimal): -16389864 or 1632517. OLE color: 1632517.
HSL color Cylindrical-coordinate representation of color #05E918: hue angle of 125º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E918 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 233 | 24 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.09 |
| HSL | 125º | 0.96% | 0.47% | - |
| HSV(B) | 125º | 0.98% | 0.91% | - |
| XYZ | 29.37 | 58.38 | 10.58 | - |
| YUV | 141 | 61.96 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 233 | 24 | 0.98 | 0 | 0.90 | 0.09 | 125 | 0.96 | 0.47 |
| Hex | 5 | E9 | 18 | 62 | 0 | 5A | 9 | 7D | 60 | 2F |
| Octal | 5 | 351 | 30 | 142 | 0 | 132 | 11 | 175 | 140 | 57 |
| Binary | 101 | 11101001 | 11000 | 1100010 | 0 | 1011010 | 1001 | 1111101 | 1100000 | 101111 |
Color Harmonies of #05E918
Complementary color
Monochromatic Colors of #05E918
Black with #05E918
Text Example
Text Example
White with #05E918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E918; }
p { color: rgb(5,233,24); }
H1.HeaderClassName
{
color: #05E918;
}
.AnyTagClassName
{
color: #05E918;
}
</style>
background-color css
<style>
a { background-color: #05E918; }
a { background-color: rgb(5,233,24); }
div.DivClassName
{
background-color: #05E918;
}
.BgClassName
{
background-color: #05E918;
}
</style>
border-color css
<style>
span { border-color: #05E918; }
span { border-color: rgb(5,233,24); }
td.TdClassName
{
border-color: #05E918;
}
.TagClassName
{
border-color: #05E918;
}
</style>