Shades of Free Speech Green #05E115
Tints of Free Speech Green #05E115
RGB
CMYK
RGB Variations
Color information
#05E115 (or 0x05E115) is known color: Free Speech Green. HEX triplet: 05, E1 and 15. RGB value is (5,225,21). Sum of RGB (Red+Green+Blue) = 5+225+21=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 225 (88.28% from 255 or 89.64% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 225 - color contains mainly: green. Hex color #05E115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E115 is #FA1EEA. Grayscale: #888888. Windows color (decimal): -16391915 or 1433861. OLE color: 1433861.
HSL color Cylindrical-coordinate representation of color #05E115: hue angle of 124.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E115 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 21 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.12 |
| HSL | 124.36º | 0.96% | 0.45% | - |
| HSV(B) | 124.36º | 0.98% | 0.88% | - |
| XYZ | 27.12 | 53.94 | 9.69 | - |
| YUV | 135.96 | 63.11 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 21 | 0.98 | 0 | 0.91 | 0.12 | 124.36 | 0.96 | 0.45 |
| Hex | 5 | E1 | 15 | 62 | 0 | 5B | C | 7C | 60 | 2D |
| Octal | 5 | 341 | 25 | 142 | 0 | 133 | 14 | 174 | 140 | 55 |
| Binary | 101 | 11100001 | 10101 | 1100010 | 0 | 1011011 | 1100 | 1111100 | 1100000 | 101101 |
Color Harmonies of #05E115
Complementary color
Monochromatic Colors of #05E115
Black with #05E115
Text Example
Text Example
White with #05E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E115; }
p { color: rgb(5,225,21); }
H1.HeaderClassName
{
color: #05E115;
}
.AnyTagClassName
{
color: #05E115;
}
</style>
background-color css
<style>
a { background-color: #05E115; }
a { background-color: rgb(5,225,21); }
div.DivClassName
{
background-color: #05E115;
}
.BgClassName
{
background-color: #05E115;
}
</style>
border-color css
<style>
span { border-color: #05E115; }
span { border-color: rgb(5,225,21); }
td.TdClassName
{
border-color: #05E115;
}
.TagClassName
{
border-color: #05E115;
}
</style>