Shades of Free Speech Green #05F521
Tints of Free Speech Green #05F521
RGB
CMYK
RGB Variations
Color information
#05F521 (or 0x05F521) is known color: Free Speech Green. HEX triplet: 05, F5 and 21. RGB value is (5,245,33). Sum of RGB (Red+Green+Blue) = 5+245+33=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 245 (96.09% from 255 or 86.57% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 245 - color contains mainly: green. Hex color #05F521 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F521 is #FA0ADE. Grayscale: #959595. Windows color (decimal): -16386783 or 2225413. OLE color: 2225413.
HSL color Cylindrical-coordinate representation of color #05F521: hue angle of 127º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F521 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 245 | 33 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.04 |
| HSL | 127º | 0.96% | 0.49% | - |
| HSV(B) | 127º | 0.98% | 0.96% | - |
| XYZ | 32.99 | 65.45 | 12.33 | - |
| YUV | 149.07 | 62.49 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 245 | 33 | 0.98 | 0 | 0.87 | 0.04 | 127 | 0.96 | 0.49 |
| Hex | 5 | F5 | 21 | 62 | 0 | 57 | 4 | 7F | 60 | 31 |
| Octal | 5 | 365 | 41 | 142 | 0 | 127 | 4 | 177 | 140 | 61 |
| Binary | 101 | 11110101 | 100001 | 1100010 | 0 | 1010111 | 100 | 1111111 | 1100000 | 110001 |
Color Harmonies of #05F521
Complementary color
Monochromatic Colors of #05F521
Black with #05F521
Text Example
Text Example
White with #05F521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F521; }
p { color: rgb(5,245,33); }
H1.HeaderClassName
{
color: #05F521;
}
.AnyTagClassName
{
color: #05F521;
}
</style>
background-color css
<style>
a { background-color: #05F521; }
a { background-color: rgb(5,245,33); }
div.DivClassName
{
background-color: #05F521;
}
.BgClassName
{
background-color: #05F521;
}
</style>
border-color css
<style>
span { border-color: #05F521; }
span { border-color: rgb(5,245,33); }
td.TdClassName
{
border-color: #05F521;
}
.TagClassName
{
border-color: #05F521;
}
</style>