Shades of Free Speech Green #06DB1D
Tints of Free Speech Green #06DB1D
RGB
CMYK
RGB Variations
Color information
#06DB1D (or 0x06DB1D) is known color: Free Speech Green. HEX triplet: 06, DB and 1D. RGB value is (6,219,29). Sum of RGB (Red+Green+Blue) = 6+219+29=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 219 (85.94% from 255 or 86.22% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DB1D is #F924E2. Grayscale: #868686. Windows color (decimal): -16327907 or 1956614. OLE color: 1956614.
HSL color Cylindrical-coordinate representation of color #06DB1D: hue angle of 126.48º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB1D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 29 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.14 |
| HSL | 126.48º | 0.95% | 0.44% | - |
| HSV(B) | 126.48º | 0.97% | 0.86% | - |
| XYZ | 25.63 | 50.79 | 9.62 | - |
| YUV | 133.65 | 68.93 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 29 | 0.97 | 0 | 0.87 | 0.14 | 126.48 | 0.95 | 0.44 |
| Hex | 6 | DB | 1D | 61 | 0 | 57 | E | 7E | 5F | 2C |
| Octal | 6 | 333 | 35 | 141 | 0 | 127 | 16 | 176 | 137 | 54 |
| Binary | 110 | 11011011 | 11101 | 1100001 | 0 | 1010111 | 1110 | 1111110 | 1011111 | 101100 |
Color Harmonies of #06DB1D
Complementary color
Monochromatic Colors of #06DB1D
Black with #06DB1D
Text Example
Text Example
White with #06DB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB1D; }
p { color: rgb(6,219,29); }
H1.HeaderClassName
{
color: #06DB1D;
}
.AnyTagClassName
{
color: #06DB1D;
}
</style>
background-color css
<style>
a { background-color: #06DB1D; }
a { background-color: rgb(6,219,29); }
div.DivClassName
{
background-color: #06DB1D;
}
.BgClassName
{
background-color: #06DB1D;
}
</style>
border-color css
<style>
span { border-color: #06DB1D; }
span { border-color: rgb(6,219,29); }
td.TdClassName
{
border-color: #06DB1D;
}
.TagClassName
{
border-color: #06DB1D;
}
</style>