Shades of Free Speech Green #05FC32
Tints of Free Speech Green #05FC32
RGB
CMYK
RGB Variations
Color information
#05FC32 (or 0x05FC32) is known color: Free Speech Green. HEX triplet: 05, FC and 32. RGB value is (5,252,50). Sum of RGB (Red+Green+Blue) = 5+252+50=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 252 (98.83% from 255 or 82.08% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FC32 is #FA03CD. Grayscale: #9B9B9B. Windows color (decimal): -16384974 or 3341317. OLE color: 3341317.
HSL color Cylindrical-coordinate representation of color #05FC32: hue angle of 130.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FC32 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 50 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.01 |
| HSL | 130.93º | 0.98% | 0.5% | - |
| HSV(B) | 130.93º | 0.98% | 0.99% | - |
| XYZ | 35.45 | 69.88 | 14.64 | - |
| YUV | 155.12 | 68.67 | 20.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 50 | 0.98 | 0 | 0.80 | 0.01 | 130.93 | 0.98 | 0.5 |
| Hex | 5 | FC | 32 | 62 | 0 | 50 | 1 | 83 | 62 | 32 |
| Octal | 5 | 374 | 62 | 142 | 0 | 120 | 1 | 203 | 142 | 62 |
| Binary | 101 | 11111100 | 110010 | 1100010 | 0 | 1010000 | 1 | 10000011 | 1100010 | 110010 |
Color Harmonies of #05FC32
Complementary color
Monochromatic Colors of #05FC32
Black with #05FC32
Text Example
Text Example
White with #05FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FC32; }
p { color: rgb(5,252,50); }
H1.HeaderClassName
{
color: #05FC32;
}
.AnyTagClassName
{
color: #05FC32;
}
</style>
background-color css
<style>
a { background-color: #05FC32; }
a { background-color: rgb(5,252,50); }
div.DivClassName
{
background-color: #05FC32;
}
.BgClassName
{
background-color: #05FC32;
}
</style>
border-color css
<style>
span { border-color: #05FC32; }
span { border-color: rgb(5,252,50); }
td.TdClassName
{
border-color: #05FC32;
}
.TagClassName
{
border-color: #05FC32;
}
</style>