Shades of Free Speech Green #06D921
Tints of Free Speech Green #06D921
RGB
CMYK
RGB Variations
Color information
#06D921 (or 0x06D921) is known color: Free Speech Green. HEX triplet: 06, D9 and 21. RGB value is (6,217,33). Sum of RGB (Red+Green+Blue) = 6+217+33=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 217 (85.16% from 255 or 84.77% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 217 - color contains mainly: green. Hex color #06D921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D921 is #F926DE. Grayscale: #858585. Windows color (decimal): -16328415 or 2218246. OLE color: 2218246.
HSL color Cylindrical-coordinate representation of color #06D921: hue angle of 127.68º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D921 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 33 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.15 |
| HSL | 127.68º | 0.95% | 0.44% | - |
| HSV(B) | 127.68º | 0.97% | 0.85% | - |
| XYZ | 25.16 | 49.77 | 9.72 | - |
| YUV | 132.94 | 71.6 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 33 | 0.97 | 0 | 0.85 | 0.15 | 127.68 | 0.95 | 0.44 |
| Hex | 6 | D9 | 21 | 61 | 0 | 55 | F | 80 | 5F | 2C |
| Octal | 6 | 331 | 41 | 141 | 0 | 125 | 17 | 200 | 137 | 54 |
| Binary | 110 | 11011001 | 100001 | 1100001 | 0 | 1010101 | 1111 | 10000000 | 1011111 | 101100 |
Color Harmonies of #06D921
Complementary color
Monochromatic Colors of #06D921
Black with #06D921
Text Example
Text Example
White with #06D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D921; }
p { color: rgb(6,217,33); }
H1.HeaderClassName
{
color: #06D921;
}
.AnyTagClassName
{
color: #06D921;
}
</style>
background-color css
<style>
a { background-color: #06D921; }
a { background-color: rgb(6,217,33); }
div.DivClassName
{
background-color: #06D921;
}
.BgClassName
{
background-color: #06D921;
}
</style>
border-color css
<style>
span { border-color: #06D921; }
span { border-color: rgb(6,217,33); }
td.TdClassName
{
border-color: #06D921;
}
.TagClassName
{
border-color: #06D921;
}
</style>