Shades of Free Speech Green #06D304
Tints of Free Speech Green #06D304
RGB
CMYK
RGB Variations
Color information
#06D304 (or 0x06D304) is known color: Free Speech Green. HEX triplet: 06, D3 and 04. RGB value is (6,211,4). Sum of RGB (Red+Green+Blue) = 6+211+4=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 211 (82.81% from 255 or 95.48% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 211 - color contains mainly: green. Hex color #06D304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D304 is #F92CFB. Grayscale: #7E7E7E. Windows color (decimal): -16329980 or 316166. OLE color: 316166.
HSL color Cylindrical-coordinate representation of color #06D304: hue angle of 119.42º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06D304 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 211 | 4 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.17 |
| HSL | 119.42º | 0.96% | 0.42% | - |
| HSV(B) | 119.42º | 0.98% | 0.83% | - |
| XYZ | 23.39 | 46.64 | 7.88 | - |
| YUV | 126.11 | 59.08 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 4 | 0.97 | 0 | 0.98 | 0.17 | 119.42 | 0.96 | 0.42 |
| Hex | 6 | D3 | 4 | 61 | 0 | 62 | 11 | 77 | 60 | 2A |
| Octal | 6 | 323 | 4 | 141 | 0 | 142 | 21 | 167 | 140 | 52 |
| Binary | 110 | 11010011 | 100 | 1100001 | 0 | 1100010 | 10001 | 1110111 | 1100000 | 101010 |
Color Harmonies of #06D304
Complementary color
Monochromatic Colors of #06D304
Black with #06D304
Text Example
Text Example
White with #06D304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D304; }
p { color: rgb(6,211,4); }
H1.HeaderClassName
{
color: #06D304;
}
.AnyTagClassName
{
color: #06D304;
}
</style>
background-color css
<style>
a { background-color: #06D304; }
a { background-color: rgb(6,211,4); }
div.DivClassName
{
background-color: #06D304;
}
.BgClassName
{
background-color: #06D304;
}
</style>
border-color css
<style>
span { border-color: #06D304; }
span { border-color: rgb(6,211,4); }
td.TdClassName
{
border-color: #06D304;
}
.TagClassName
{
border-color: #06D304;
}
</style>