Shades of Free Speech Green #06DF11
Tints of Free Speech Green #06DF11
RGB
CMYK
RGB Variations
Color information
#06DF11 (or 0x06DF11) is known color: Free Speech Green. HEX triplet: 06, DF and 11. RGB value is (6,223,17). Sum of RGB (Red+Green+Blue) = 6+223+17=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 223 (87.5% from 255 or 90.65% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF11 is #F920EE. Grayscale: #878787. Windows color (decimal): -16326895 or 1171206. OLE color: 1171206.
HSL color Cylindrical-coordinate representation of color #06DF11: hue angle of 123.04º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DF11 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 17 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.13 |
| HSL | 123.04º | 0.95% | 0.45% | - |
| HSV(B) | 123.04º | 0.97% | 0.87% | - |
| XYZ | 26.56 | 52.85 | 9.33 | - |
| YUV | 134.63 | 61.61 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 17 | 0.97 | 0 | 0.92 | 0.13 | 123.04 | 0.95 | 0.45 |
| Hex | 6 | DF | 11 | 61 | 0 | 5C | D | 7B | 5F | 2D |
| Octal | 6 | 337 | 21 | 141 | 0 | 134 | 15 | 173 | 137 | 55 |
| Binary | 110 | 11011111 | 10001 | 1100001 | 0 | 1011100 | 1101 | 1111011 | 1011111 | 101101 |
Color Harmonies of #06DF11
Complementary color
Monochromatic Colors of #06DF11
Black with #06DF11
Text Example
Text Example
White with #06DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF11; }
p { color: rgb(6,223,17); }
H1.HeaderClassName
{
color: #06DF11;
}
.AnyTagClassName
{
color: #06DF11;
}
</style>
background-color css
<style>
a { background-color: #06DF11; }
a { background-color: rgb(6,223,17); }
div.DivClassName
{
background-color: #06DF11;
}
.BgClassName
{
background-color: #06DF11;
}
</style>
border-color css
<style>
span { border-color: #06DF11; }
span { border-color: rgb(6,223,17); }
td.TdClassName
{
border-color: #06DF11;
}
.TagClassName
{
border-color: #06DF11;
}
</style>