Shades of Free Speech Green #06D506
Tints of Free Speech Green #06D506
RGB
CMYK
RGB Variations
Color information
#06D506 (or 0x06D506) is known color: Free Speech Green. HEX triplet: 06, D5 and 06. RGB value is (6,213,6). Sum of RGB (Red+Green+Blue) = 6+213+6=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 213 (83.59% from 255 or 94.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 213 - color contains mainly: green. Hex color #06D506 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D506 is #F92AF9. Grayscale: #808080. Windows color (decimal): -16329466 or 447750. OLE color: 447750.
HSL color Cylindrical-coordinate representation of color #06D506: hue angle of 120º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D506 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 213 | 6 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.16 |
| HSL | 120º | 0.95% | 0.43% | - |
| HSV(B) | 120º | 0.97% | 0.84% | - |
| XYZ | 23.9 | 47.64 | 8.11 | - |
| YUV | 127.51 | 59.42 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 213 | 6 | 0.97 | 0 | 0.97 | 0.16 | 120 | 0.95 | 0.43 |
| Hex | 6 | D5 | 6 | 61 | 0 | 61 | 10 | 78 | 5F | 2B |
| Octal | 6 | 325 | 6 | 141 | 0 | 141 | 20 | 170 | 137 | 53 |
| Binary | 110 | 11010101 | 110 | 1100001 | 0 | 1100001 | 10000 | 1111000 | 1011111 | 101011 |
Color Harmonies of #06D506
Complementary color
Monochromatic Colors of #06D506
Black with #06D506
Text Example
Text Example
White with #06D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D506; }
p { color: rgb(6,213,6); }
H1.HeaderClassName
{
color: #06D506;
}
.AnyTagClassName
{
color: #06D506;
}
</style>
background-color css
<style>
a { background-color: #06D506; }
a { background-color: rgb(6,213,6); }
div.DivClassName
{
background-color: #06D506;
}
.BgClassName
{
background-color: #06D506;
}
</style>
border-color css
<style>
span { border-color: #06D506; }
span { border-color: rgb(6,213,6); }
td.TdClassName
{
border-color: #06D506;
}
.TagClassName
{
border-color: #06D506;
}
</style>