Shades of Free Speech Green #05F20C
Tints of Free Speech Green #05F20C
RGB
CMYK
RGB Variations
Color information
#05F20C (or 0x05F20C) is known color: Free Speech Green. HEX triplet: 05, F2 and 0C. RGB value is (5,242,12). Sum of RGB (Red+Green+Blue) = 5+242+12=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 242 (94.92% from 255 or 93.44% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 242 - color contains mainly: green. Hex color #05F20C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F20C is #FA0DF3. Grayscale: #919191. Windows color (decimal): -16387572 or 848389. OLE color: 848389.
HSL color Cylindrical-coordinate representation of color #05F20C: hue angle of 121.77º 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 #05F20C is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 12 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.05 |
| HSL | 121.77º | 0.96% | 0.48% | - |
| HSV(B) | 121.77º | 0.98% | 0.95% | - |
| XYZ | 31.88 | 63.56 | 10.94 | - |
| YUV | 144.92 | 52.98 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 12 | 0.98 | 0 | 0.95 | 0.05 | 121.77 | 0.96 | 0.48 |
| Hex | 5 | F2 | C | 62 | 0 | 5F | 5 | 7A | 60 | 30 |
| Octal | 5 | 362 | 14 | 142 | 0 | 137 | 5 | 172 | 140 | 60 |
| Binary | 101 | 11110010 | 1100 | 1100010 | 0 | 1011111 | 101 | 1111010 | 1100000 | 110000 |
Color Harmonies of #05F20C
Complementary color
Monochromatic Colors of #05F20C
Black with #05F20C
Text Example
Text Example
White with #05F20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F20C; }
p { color: rgb(5,242,12); }
H1.HeaderClassName
{
color: #05F20C;
}
.AnyTagClassName
{
color: #05F20C;
}
</style>
background-color css
<style>
a { background-color: #05F20C; }
a { background-color: rgb(5,242,12); }
div.DivClassName
{
background-color: #05F20C;
}
.BgClassName
{
background-color: #05F20C;
}
</style>
border-color css
<style>
span { border-color: #05F20C; }
span { border-color: rgb(5,242,12); }
td.TdClassName
{
border-color: #05F20C;
}
.TagClassName
{
border-color: #05F20C;
}
</style>