Shades of Free Speech Green #06FF11
Tints of Free Speech Green #06FF11
RGB
CMYK
RGB Variations
Color information
#06FF11 (or 0x06FF11) is known color: Free Speech Green. HEX triplet: 06, FF and 11. RGB value is (6,255,17). Sum of RGB (Red+Green+Blue) = 6+255+17=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 255 (100% from 255 or 91.73% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF11 is #F900EE. Grayscale: #9A9A9A. Windows color (decimal): -16318703 or 1179398. OLE color: 1179398.
HSL color Cylindrical-coordinate representation of color #06FF11: hue angle of 122.65º 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 #06FF11 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 17 | - |
| CMYK | 0.98 | 0 | 0.93 | 0 |
| HSL | 122.65º | 1% | 0.51% | - |
| HSV(B) | 122.65º | 0.98% | 1% | - |
| XYZ | 35.94 | 71.6 | 12.46 | - |
| YUV | 153.42 | 51.01 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 17 | 0.98 | 0 | 0.93 | 0 | 122.65 | 1 | 0.51 |
| Hex | 6 | FF | 11 | 62 | 0 | 5D | 0 | 7B | 64 | 33 |
| Octal | 6 | 377 | 21 | 142 | 0 | 135 | 0 | 173 | 144 | 63 |
| Binary | 110 | 11111111 | 10001 | 1100010 | 0 | 1011101 | 0 | 1111011 | 1100100 | 110011 |
Color Harmonies of #06FF11
Complementary color
Monochromatic Colors of #06FF11
Black with #06FF11
Text Example
Text Example
White with #06FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF11; }
p { color: rgb(6,255,17); }
H1.HeaderClassName
{
color: #06FF11;
}
.AnyTagClassName
{
color: #06FF11;
}
</style>
background-color css
<style>
a { background-color: #06FF11; }
a { background-color: rgb(6,255,17); }
div.DivClassName
{
background-color: #06FF11;
}
.BgClassName
{
background-color: #06FF11;
}
</style>
border-color css
<style>
span { border-color: #06FF11; }
span { border-color: rgb(6,255,17); }
td.TdClassName
{
border-color: #06FF11;
}
.TagClassName
{
border-color: #06FF11;
}
</style>