Shades of Free Speech Green #05E50D
Tints of Free Speech Green #05E50D
RGB
CMYK
RGB Variations
Color information
#05E50D (or 0x05E50D) is known color: Free Speech Green. HEX triplet: 05, E5 and 0D. RGB value is (5,229,13). Sum of RGB (Red+Green+Blue) = 5+229+13=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 229 (89.84% from 255 or 92.71% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 229 - color contains mainly: green. Hex color #05E50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E50D is #FA1AF2. Grayscale: #8A8A8A. Windows color (decimal): -16390899 or 910597. OLE color: 910597.
HSL color Cylindrical-coordinate representation of color #05E50D: hue angle of 122.14º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E50D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 229 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.10 |
| HSL | 122.14º | 0.96% | 0.46% | - |
| HSV(B) | 122.14º | 0.98% | 0.9% | - |
| XYZ | 28.15 | 56.1 | 9.73 | - |
| YUV | 137.4 | 57.79 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 13 | 0.98 | 0 | 0.94 | 0.10 | 122.14 | 0.96 | 0.46 |
| Hex | 5 | E5 | D | 62 | 0 | 5E | A | 7A | 60 | 2E |
| Octal | 5 | 345 | 15 | 142 | 0 | 136 | 12 | 172 | 140 | 56 |
| Binary | 101 | 11100101 | 1101 | 1100010 | 0 | 1011110 | 1010 | 1111010 | 1100000 | 101110 |
Color Harmonies of #05E50D
Complementary color
Monochromatic Colors of #05E50D
Black with #05E50D
Text Example
Text Example
White with #05E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E50D; }
p { color: rgb(5,229,13); }
H1.HeaderClassName
{
color: #05E50D;
}
.AnyTagClassName
{
color: #05E50D;
}
</style>
background-color css
<style>
a { background-color: #05E50D; }
a { background-color: rgb(5,229,13); }
div.DivClassName
{
background-color: #05E50D;
}
.BgClassName
{
background-color: #05E50D;
}
</style>
border-color css
<style>
span { border-color: #05E50D; }
span { border-color: rgb(5,229,13); }
td.TdClassName
{
border-color: #05E50D;
}
.TagClassName
{
border-color: #05E50D;
}
</style>