Shades of Free Speech Green #03D706
Tints of Free Speech Green #03D706
RGB
CMYK
RGB Variations
Color information
#03D706 (or 0x03D706) is known color: Free Speech Green. HEX triplet: 03, D7 and 06. RGB value is (3,215,6). Sum of RGB (Red+Green+Blue) = 3+215+6=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 215 (84.38% from 255 or 95.98% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 215 - color contains mainly: green. Hex color #03D706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D706 is #FC28F9. Grayscale: #808080. Windows color (decimal): -16525562 or 448259. OLE color: 448259.
HSL color Cylindrical-coordinate representation of color #03D706: hue angle of 120.85º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D706 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 6 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.16 |
| HSL | 120.85º | 0.97% | 0.43% | - |
| HSV(B) | 120.85º | 0.99% | 0.84% | - |
| XYZ | 24.37 | 48.63 | 8.28 | - |
| YUV | 127.79 | 59.26 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 6 | 0.99 | 0 | 0.97 | 0.16 | 120.85 | 0.97 | 0.43 |
| Hex | 3 | D7 | 6 | 63 | 0 | 61 | 10 | 79 | 61 | 2B |
| Octal | 3 | 327 | 6 | 143 | 0 | 141 | 20 | 171 | 141 | 53 |
| Binary | 11 | 11010111 | 110 | 1100011 | 0 | 1100001 | 10000 | 1111001 | 1100001 | 101011 |
Color Harmonies of #03D706
Complementary color
Monochromatic Colors of #03D706
Black with #03D706
Text Example
Text Example
White with #03D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D706; }
p { color: rgb(3,215,6); }
H1.HeaderClassName
{
color: #03D706;
}
.AnyTagClassName
{
color: #03D706;
}
</style>
background-color css
<style>
a { background-color: #03D706; }
a { background-color: rgb(3,215,6); }
div.DivClassName
{
background-color: #03D706;
}
.BgClassName
{
background-color: #03D706;
}
</style>
border-color css
<style>
span { border-color: #03D706; }
span { border-color: rgb(3,215,6); }
td.TdClassName
{
border-color: #03D706;
}
.TagClassName
{
border-color: #03D706;
}
</style>