Shades of Free Speech Green #06DF1B
Tints of Free Speech Green #06DF1B
RGB
CMYK
RGB Variations
Color information
#06DF1B (or 0x06DF1B) is known color: Free Speech Green. HEX triplet: 06, DF and 1B. RGB value is (6,223,27). Sum of RGB (Red+Green+Blue) = 6+223+27=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF1B is #F920E4. Grayscale: #888888. Windows color (decimal): -16326885 or 1826566. OLE color: 1826566.
HSL color Cylindrical-coordinate representation of color #06DF1B: hue angle of 125.81º 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 #06DF1B is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 27 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.13 |
| HSL | 125.81º | 0.95% | 0.45% | - |
| HSV(B) | 125.81º | 0.97% | 0.87% | - |
| XYZ | 26.66 | 52.89 | 9.84 | - |
| YUV | 135.77 | 66.61 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 27 | 0.97 | 0 | 0.88 | 0.13 | 125.81 | 0.95 | 0.45 |
| Hex | 6 | DF | 1B | 61 | 0 | 58 | D | 7E | 5F | 2D |
| Octal | 6 | 337 | 33 | 141 | 0 | 130 | 15 | 176 | 137 | 55 |
| Binary | 110 | 11011111 | 11011 | 1100001 | 0 | 1011000 | 1101 | 1111110 | 1011111 | 101101 |
Color Harmonies of #06DF1B
Complementary color
Monochromatic Colors of #06DF1B
Black with #06DF1B
Text Example
Text Example
White with #06DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF1B; }
p { color: rgb(6,223,27); }
H1.HeaderClassName
{
color: #06DF1B;
}
.AnyTagClassName
{
color: #06DF1B;
}
</style>
background-color css
<style>
a { background-color: #06DF1B; }
a { background-color: rgb(6,223,27); }
div.DivClassName
{
background-color: #06DF1B;
}
.BgClassName
{
background-color: #06DF1B;
}
</style>
border-color css
<style>
span { border-color: #06DF1B; }
span { border-color: rgb(6,223,27); }
td.TdClassName
{
border-color: #06DF1B;
}
.TagClassName
{
border-color: #06DF1B;
}
</style>