Shades of Free Speech Green #05E10C
Tints of Free Speech Green #05E10C
RGB
CMYK
RGB Variations
Color information
#05E10C (or 0x05E10C) is known color: Free Speech Green. HEX triplet: 05, E1 and 0C. RGB value is (5,225,12). Sum of RGB (Red+Green+Blue) = 5+225+12=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 225 (88.28% from 255 or 92.98% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 225 - color contains mainly: green. Hex color #05E10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E10C is #FA1EF3. Grayscale: #878787. Windows color (decimal): -16391924 or 844037. OLE color: 844037.
HSL color Cylindrical-coordinate representation of color #05E10C: hue angle of 121.91º 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 #05E10C is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 12 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.12 |
| HSL | 121.91º | 0.96% | 0.45% | - |
| HSV(B) | 121.91º | 0.98% | 0.88% | - |
| XYZ | 27.05 | 53.91 | 9.33 | - |
| YUV | 134.94 | 58.61 | 35.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 12 | 0.98 | 0 | 0.95 | 0.12 | 121.91 | 0.96 | 0.45 |
| Hex | 5 | E1 | C | 62 | 0 | 5F | C | 7A | 60 | 2D |
| Octal | 5 | 341 | 14 | 142 | 0 | 137 | 14 | 172 | 140 | 55 |
| Binary | 101 | 11100001 | 1100 | 1100010 | 0 | 1011111 | 1100 | 1111010 | 1100000 | 101101 |
Color Harmonies of #05E10C
Complementary color
Monochromatic Colors of #05E10C
Black with #05E10C
Text Example
Text Example
White with #05E10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E10C; }
p { color: rgb(5,225,12); }
H1.HeaderClassName
{
color: #05E10C;
}
.AnyTagClassName
{
color: #05E10C;
}
</style>
background-color css
<style>
a { background-color: #05E10C; }
a { background-color: rgb(5,225,12); }
div.DivClassName
{
background-color: #05E10C;
}
.BgClassName
{
background-color: #05E10C;
}
</style>
border-color css
<style>
span { border-color: #05E10C; }
span { border-color: rgb(5,225,12); }
td.TdClassName
{
border-color: #05E10C;
}
.TagClassName
{
border-color: #05E10C;
}
</style>