Shades of Free Speech Green #05DF29
Tints of Free Speech Green #05DF29
RGB
CMYK
RGB Variations
Color information
#05DF29 (or 0x05DF29) is known color: Free Speech Green. HEX triplet: 05, DF and 29. RGB value is (5,223,41). Sum of RGB (Red+Green+Blue) = 5+223+41=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 223 (87.5% from 255 or 82.90% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DF29 is #FA20D6. Grayscale: #898989. Windows color (decimal): -16392407 or 2744069. OLE color: 2744069.
HSL color Cylindrical-coordinate representation of color #05DF29: hue angle of 129.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF29 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 41 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.13 |
| HSL | 129.91º | 0.96% | 0.45% | - |
| HSV(B) | 129.91º | 0.98% | 0.87% | - |
| XYZ | 26.85 | 52.97 | 10.91 | - |
| YUV | 137.07 | 73.78 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 41 | 0.98 | 0 | 0.82 | 0.13 | 129.91 | 0.96 | 0.45 |
| Hex | 5 | DF | 29 | 62 | 0 | 52 | D | 82 | 60 | 2D |
| Octal | 5 | 337 | 51 | 142 | 0 | 122 | 15 | 202 | 140 | 55 |
| Binary | 101 | 11011111 | 101001 | 1100010 | 0 | 1010010 | 1101 | 10000010 | 1100000 | 101101 |
Color Harmonies of #05DF29
Complementary color
Monochromatic Colors of #05DF29
Black with #05DF29
Text Example
Text Example
White with #05DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF29; }
p { color: rgb(5,223,41); }
H1.HeaderClassName
{
color: #05DF29;
}
.AnyTagClassName
{
color: #05DF29;
}
</style>
background-color css
<style>
a { background-color: #05DF29; }
a { background-color: rgb(5,223,41); }
div.DivClassName
{
background-color: #05DF29;
}
.BgClassName
{
background-color: #05DF29;
}
</style>
border-color css
<style>
span { border-color: #05DF29; }
span { border-color: rgb(5,223,41); }
td.TdClassName
{
border-color: #05DF29;
}
.TagClassName
{
border-color: #05DF29;
}
</style>