Shades of Free Speech Green #05FA32
Tints of Free Speech Green #05FA32
RGB
CMYK
RGB Variations
Color information
#05FA32 (or 0x05FA32) is known color: Free Speech Green. HEX triplet: 05, FA and 32. RGB value is (5,250,50). Sum of RGB (Red+Green+Blue) = 5+250+50=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 250 (98.05% from 255 or 81.97% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FA32 is #FA05CD. Grayscale: #9A9A9A. Windows color (decimal): -16385486 or 3340805. OLE color: 3340805.
HSL color Cylindrical-coordinate representation of color #05FA32: hue angle of 131.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FA32 is Cyan = 0.98, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 50 | - |
| CMYK | 0.98 | 0 | 0.8 | 0.02 |
| HSL | 131.02º | 0.96% | 0.5% | - |
| HSV(B) | 131.02º | 0.98% | 0.98% | - |
| XYZ | 34.82 | 68.63 | 14.43 | - |
| YUV | 153.95 | 69.33 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 50 | 0.98 | 0 | 0.8 | 0.02 | 131.02 | 0.96 | 0.5 |
| Hex | 5 | FA | 32 | 62 | 0 | 50 | 2 | 83 | 60 | 32 |
| Octal | 5 | 372 | 62 | 142 | 0 | 120 | 2 | 203 | 140 | 62 |
| Binary | 101 | 11111010 | 110010 | 1100010 | 0 | 1010000 | 10 | 10000011 | 1100000 | 110010 |
Color Harmonies of #05FA32
Complementary color
Monochromatic Colors of #05FA32
Black with #05FA32
Text Example
Text Example
White with #05FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA32; }
p { color: rgb(5,250,50); }
H1.HeaderClassName
{
color: #05FA32;
}
.AnyTagClassName
{
color: #05FA32;
}
</style>
background-color css
<style>
a { background-color: #05FA32; }
a { background-color: rgb(5,250,50); }
div.DivClassName
{
background-color: #05FA32;
}
.BgClassName
{
background-color: #05FA32;
}
</style>
border-color css
<style>
span { border-color: #05FA32; }
span { border-color: rgb(5,250,50); }
td.TdClassName
{
border-color: #05FA32;
}
.TagClassName
{
border-color: #05FA32;
}
</style>