Shades of Free Speech Green #06FF29
Tints of Free Speech Green #06FF29
RGB
CMYK
RGB Variations
Color information
#06FF29 (or 0x06FF29) is known color: Free Speech Green. HEX triplet: 06, FF and 29. RGB value is (6,255,41). Sum of RGB (Red+Green+Blue) = 6+255+41=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF29 is #F900D6. Grayscale: #9C9C9C. Windows color (decimal): -16318679 or 2752262. OLE color: 2752262.
HSL color Cylindrical-coordinate representation of color #06FF29: hue angle of 128.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF29 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 41 | - |
| CMYK | 0.98 | 0 | 0.84 | 0 |
| HSL | 128.43º | 1% | 0.51% | - |
| HSV(B) | 128.43º | 0.98% | 1% | - |
| XYZ | 36.24 | 71.72 | 14.03 | - |
| YUV | 156.15 | 63.01 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 41 | 0.98 | 0 | 0.84 | 0 | 128.43 | 1 | 0.51 |
| Hex | 6 | FF | 29 | 62 | 0 | 54 | 0 | 80 | 64 | 33 |
| Octal | 6 | 377 | 51 | 142 | 0 | 124 | 0 | 200 | 144 | 63 |
| Binary | 110 | 11111111 | 101001 | 1100010 | 0 | 1010100 | 0 | 10000000 | 1100100 | 110011 |
Color Harmonies of #06FF29
Complementary color
Monochromatic Colors of #06FF29
Black with #06FF29
Text Example
Text Example
White with #06FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF29; }
p { color: rgb(6,255,41); }
H1.HeaderClassName
{
color: #06FF29;
}
.AnyTagClassName
{
color: #06FF29;
}
</style>
background-color css
<style>
a { background-color: #06FF29; }
a { background-color: rgb(6,255,41); }
div.DivClassName
{
background-color: #06FF29;
}
.BgClassName
{
background-color: #06FF29;
}
</style>
border-color css
<style>
span { border-color: #06FF29; }
span { border-color: rgb(6,255,41); }
td.TdClassName
{
border-color: #06FF29;
}
.TagClassName
{
border-color: #06FF29;
}
</style>