Shades of Free Speech Green #05E904
Tints of Free Speech Green #05E904
RGB
CMYK
RGB Variations
Color information
#05E904 (or 0x05E904) is known color: Free Speech Green. HEX triplet: 05, E9 and 04. RGB value is (5,233,4). Sum of RGB (Red+Green+Blue) = 5+233+4=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 233 (91.41% from 255 or 96.28% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 233 - color contains mainly: green. Hex color #05E904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E904 is #FA16FB. Grayscale: #8B8B8B. Windows color (decimal): -16389884 or 321797. OLE color: 321797.
HSL color Cylindrical-coordinate representation of color #05E904: hue angle of 119.74º degrees, saturation: 0.97, 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 #05E904 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 233 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.09 |
| HSL | 119.74º | 0.97% | 0.46% | - |
| HSV(B) | 119.74º | 0.98% | 0.91% | - |
| XYZ | 29.22 | 58.32 | 9.83 | - |
| YUV | 138.72 | 51.96 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 233 | 4 | 0.98 | 0 | 0.98 | 0.09 | 119.74 | 0.97 | 0.46 |
| Hex | 5 | E9 | 4 | 62 | 0 | 62 | 9 | 78 | 61 | 2E |
| Octal | 5 | 351 | 4 | 142 | 0 | 142 | 11 | 170 | 141 | 56 |
| Binary | 101 | 11101001 | 100 | 1100010 | 0 | 1100010 | 1001 | 1111000 | 1100001 | 101110 |
Color Harmonies of #05E904
Complementary color
Monochromatic Colors of #05E904
Black with #05E904
Text Example
Text Example
White with #05E904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E904; }
p { color: rgb(5,233,4); }
H1.HeaderClassName
{
color: #05E904;
}
.AnyTagClassName
{
color: #05E904;
}
</style>
background-color css
<style>
a { background-color: #05E904; }
a { background-color: rgb(5,233,4); }
div.DivClassName
{
background-color: #05E904;
}
.BgClassName
{
background-color: #05E904;
}
</style>
border-color css
<style>
span { border-color: #05E904; }
span { border-color: rgb(5,233,4); }
td.TdClassName
{
border-color: #05E904;
}
.TagClassName
{
border-color: #05E904;
}
</style>