Shades of Free Speech Green #06DF1D
Tints of Free Speech Green #06DF1D
RGB
CMYK
RGB Variations
Color information
#06DF1D (or 0x06DF1D) is known color: Free Speech Green. HEX triplet: 06, DF and 1D. RGB value is (6,223,29). Sum of RGB (Red+Green+Blue) = 6+223+29=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 223 (87.5% from 255 or 86.43% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF1D is #F920E2. Grayscale: #888888. Windows color (decimal): -16326883 or 1957638. OLE color: 1957638.
HSL color Cylindrical-coordinate representation of color #06DF1D: hue angle of 126.36º 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 #06DF1D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 29 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.13 |
| HSL | 126.36º | 0.95% | 0.45% | - |
| HSV(B) | 126.36º | 0.97% | 0.87% | - |
| XYZ | 26.68 | 52.9 | 9.97 | - |
| YUV | 136 | 67.61 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 29 | 0.97 | 0 | 0.87 | 0.13 | 126.36 | 0.95 | 0.45 |
| Hex | 6 | DF | 1D | 61 | 0 | 57 | D | 7E | 5F | 2D |
| Octal | 6 | 337 | 35 | 141 | 0 | 127 | 15 | 176 | 137 | 55 |
| Binary | 110 | 11011111 | 11101 | 1100001 | 0 | 1010111 | 1101 | 1111110 | 1011111 | 101101 |
Color Harmonies of #06DF1D
Complementary color
Monochromatic Colors of #06DF1D
Black with #06DF1D
Text Example
Text Example
White with #06DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF1D; }
p { color: rgb(6,223,29); }
H1.HeaderClassName
{
color: #06DF1D;
}
.AnyTagClassName
{
color: #06DF1D;
}
</style>
background-color css
<style>
a { background-color: #06DF1D; }
a { background-color: rgb(6,223,29); }
div.DivClassName
{
background-color: #06DF1D;
}
.BgClassName
{
background-color: #06DF1D;
}
</style>
border-color css
<style>
span { border-color: #06DF1D; }
span { border-color: rgb(6,223,29); }
td.TdClassName
{
border-color: #06DF1D;
}
.TagClassName
{
border-color: #06DF1D;
}
</style>