Shades of Free Speech Green #05E829
Tints of Free Speech Green #05E829
RGB
CMYK
RGB Variations
Color information
#05E829 (or 0x05E829) is known color: Free Speech Green. HEX triplet: 05, E8 and 29. RGB value is (5,232,41). Sum of RGB (Red+Green+Blue) = 5+232+41=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 232 (91.02% from 255 or 83.45% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 232 - color contains mainly: green. Hex color #05E829 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E829 is #FA17D6. Grayscale: #8E8E8E. Windows color (decimal): -16390103 or 2746373. OLE color: 2746373.
HSL color Cylindrical-coordinate representation of color #05E829: hue angle of 129.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E829 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 232 | 41 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.09 |
| HSL | 129.52º | 0.96% | 0.46% | - |
| HSV(B) | 129.52º | 0.98% | 0.91% | - |
| XYZ | 29.32 | 57.91 | 11.73 | - |
| YUV | 142.35 | 70.79 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 232 | 41 | 0.98 | 0 | 0.82 | 0.09 | 129.52 | 0.96 | 0.46 |
| Hex | 5 | E8 | 29 | 62 | 0 | 52 | 9 | 82 | 60 | 2E |
| Octal | 5 | 350 | 51 | 142 | 0 | 122 | 11 | 202 | 140 | 56 |
| Binary | 101 | 11101000 | 101001 | 1100010 | 0 | 1010010 | 1001 | 10000010 | 1100000 | 101110 |
Color Harmonies of #05E829
Complementary color
Monochromatic Colors of #05E829
Black with #05E829
Text Example
Text Example
White with #05E829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E829; }
p { color: rgb(5,232,41); }
H1.HeaderClassName
{
color: #05E829;
}
.AnyTagClassName
{
color: #05E829;
}
</style>
background-color css
<style>
a { background-color: #05E829; }
a { background-color: rgb(5,232,41); }
div.DivClassName
{
background-color: #05E829;
}
.BgClassName
{
background-color: #05E829;
}
</style>
border-color css
<style>
span { border-color: #05E829; }
span { border-color: rgb(5,232,41); }
td.TdClassName
{
border-color: #05E829;
}
.TagClassName
{
border-color: #05E829;
}
</style>