Shades of Free Speech Green #05E512
Tints of Free Speech Green #05E512
RGB
CMYK
RGB Variations
Color information
#05E512 (or 0x05E512) is known color: Free Speech Green. HEX triplet: 05, E5 and 12. RGB value is (5,229,18). Sum of RGB (Red+Green+Blue) = 5+229+18=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 229 (89.84% from 255 or 90.87% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 229 - color contains mainly: green. Hex color #05E512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E512 is #FA1AED. Grayscale: #8A8A8A. Windows color (decimal): -16390894 or 1238277. OLE color: 1238277.
HSL color Cylindrical-coordinate representation of color #05E512: hue angle of 123.48º 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 #05E512 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 229 | 18 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.10 |
| HSL | 123.48º | 0.96% | 0.46% | - |
| HSV(B) | 123.48º | 0.98% | 0.9% | - |
| XYZ | 28.19 | 56.11 | 9.92 | - |
| YUV | 137.97 | 60.29 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 18 | 0.98 | 0 | 0.92 | 0.10 | 123.48 | 0.96 | 0.46 |
| Hex | 5 | E5 | 12 | 62 | 0 | 5C | A | 7B | 60 | 2E |
| Octal | 5 | 345 | 22 | 142 | 0 | 134 | 12 | 173 | 140 | 56 |
| Binary | 101 | 11100101 | 10010 | 1100010 | 0 | 1011100 | 1010 | 1111011 | 1100000 | 101110 |
Color Harmonies of #05E512
Complementary color
Monochromatic Colors of #05E512
Black with #05E512
Text Example
Text Example
White with #05E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E512; }
p { color: rgb(5,229,18); }
H1.HeaderClassName
{
color: #05E512;
}
.AnyTagClassName
{
color: #05E512;
}
</style>
background-color css
<style>
a { background-color: #05E512; }
a { background-color: rgb(5,229,18); }
div.DivClassName
{
background-color: #05E512;
}
.BgClassName
{
background-color: #05E512;
}
</style>
border-color css
<style>
span { border-color: #05E512; }
span { border-color: rgb(5,229,18); }
td.TdClassName
{
border-color: #05E512;
}
.TagClassName
{
border-color: #05E512;
}
</style>