Shades of Free Speech Green #05F211
Tints of Free Speech Green #05F211
RGB
CMYK
RGB Variations
Color information
#05F211 (or 0x05F211) is known color: Free Speech Green. HEX triplet: 05, F2 and 11. RGB value is (5,242,17). Sum of RGB (Red+Green+Blue) = 5+242+17=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 242 (94.92% from 255 or 91.67% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 242 - color contains mainly: green. Hex color #05F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F211 is #FA0DEE. Grayscale: #929292. Windows color (decimal): -16387567 or 1176069. OLE color: 1176069.
HSL color Cylindrical-coordinate representation of color #05F211: hue angle of 123.04º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F211 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 17 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.05 |
| HSL | 123.04º | 0.96% | 0.48% | - |
| HSV(B) | 123.04º | 0.98% | 0.95% | - |
| XYZ | 31.92 | 63.58 | 11.12 | - |
| YUV | 145.49 | 55.48 | 27.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 17 | 0.98 | 0 | 0.93 | 0.05 | 123.04 | 0.96 | 0.48 |
| Hex | 5 | F2 | 11 | 62 | 0 | 5D | 5 | 7B | 60 | 30 |
| Octal | 5 | 362 | 21 | 142 | 0 | 135 | 5 | 173 | 140 | 60 |
| Binary | 101 | 11110010 | 10001 | 1100010 | 0 | 1011101 | 101 | 1111011 | 1100000 | 110000 |
Color Harmonies of #05F211
Complementary color
Monochromatic Colors of #05F211
Black with #05F211
Text Example
Text Example
White with #05F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F211; }
p { color: rgb(5,242,17); }
H1.HeaderClassName
{
color: #05F211;
}
.AnyTagClassName
{
color: #05F211;
}
</style>
background-color css
<style>
a { background-color: #05F211; }
a { background-color: rgb(5,242,17); }
div.DivClassName
{
background-color: #05F211;
}
.BgClassName
{
background-color: #05F211;
}
</style>
border-color css
<style>
span { border-color: #05F211; }
span { border-color: rgb(5,242,17); }
td.TdClassName
{
border-color: #05F211;
}
.TagClassName
{
border-color: #05F211;
}
</style>