Shades of Free Speech Green #05F82E
Tints of Free Speech Green #05F82E
RGB
CMYK
RGB Variations
Color information
#05F82E (or 0x05F82E) is known color: Free Speech Green. HEX triplet: 05, F8 and 2E. RGB value is (5,248,46). Sum of RGB (Red+Green+Blue) = 5+248+46=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 248 (97.27% from 255 or 82.94% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 248 - color contains mainly: green. Hex color #05F82E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F82E is #FA07D1. Grayscale: #989898. Windows color (decimal): -16386002 or 3078149. OLE color: 3078149.
HSL color Cylindrical-coordinate representation of color #05F82E: hue angle of 130.12º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F82E is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 46 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.03 |
| HSL | 130.12º | 0.96% | 0.5% | - |
| HSV(B) | 130.12º | 0.98% | 0.97% | - |
| XYZ | 34.12 | 67.36 | 13.79 | - |
| YUV | 152.32 | 67.99 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 46 | 0.98 | 0 | 0.81 | 0.03 | 130.12 | 0.96 | 0.5 |
| Hex | 5 | F8 | 2E | 62 | 0 | 51 | 3 | 82 | 60 | 32 |
| Octal | 5 | 370 | 56 | 142 | 0 | 121 | 3 | 202 | 140 | 62 |
| Binary | 101 | 11111000 | 101110 | 1100010 | 0 | 1010001 | 11 | 10000010 | 1100000 | 110010 |
Color Harmonies of #05F82E
Complementary color
Monochromatic Colors of #05F82E
Black with #05F82E
Text Example
Text Example
White with #05F82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F82E; }
p { color: rgb(5,248,46); }
H1.HeaderClassName
{
color: #05F82E;
}
.AnyTagClassName
{
color: #05F82E;
}
</style>
background-color css
<style>
a { background-color: #05F82E; }
a { background-color: rgb(5,248,46); }
div.DivClassName
{
background-color: #05F82E;
}
.BgClassName
{
background-color: #05F82E;
}
</style>
border-color css
<style>
span { border-color: #05F82E; }
span { border-color: rgb(5,248,46); }
td.TdClassName
{
border-color: #05F82E;
}
.TagClassName
{
border-color: #05F82E;
}
</style>