Shades of Free Speech Green #06F005
Tints of Free Speech Green #06F005
RGB
CMYK
RGB Variations
Color information
#06F005 (or 0x06F005) is known color: Free Speech Green. HEX triplet: 06, F0 and 05. RGB value is (6,240,5). Sum of RGB (Red+Green+Blue) = 6+240+5=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 240 (94.14% from 255 or 95.62% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 240 - color contains mainly: green. Hex color #06F005 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F005 is #F90FFA. Grayscale: #8F8F8F. Windows color (decimal): -16322555 or 389126. OLE color: 389126.
HSL color Cylindrical-coordinate representation of color #06F005: hue angle of 119.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F005 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 5 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.06 |
| HSL | 119.74º | 0.96% | 0.48% | - |
| HSV(B) | 119.74º | 0.98% | 0.94% | - |
| XYZ | 31.26 | 62.37 | 10.53 | - |
| YUV | 143.24 | 49.98 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 5 | 0.98 | 0 | 0.98 | 0.06 | 119.74 | 0.96 | 0.48 |
| Hex | 6 | F0 | 5 | 62 | 0 | 62 | 6 | 78 | 60 | 30 |
| Octal | 6 | 360 | 5 | 142 | 0 | 142 | 6 | 170 | 140 | 60 |
| Binary | 110 | 11110000 | 101 | 1100010 | 0 | 1100010 | 110 | 1111000 | 1100000 | 110000 |
Color Harmonies of #06F005
Complementary color
Monochromatic Colors of #06F005
Black with #06F005
Text Example
Text Example
White with #06F005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F005; }
p { color: rgb(6,240,5); }
H1.HeaderClassName
{
color: #06F005;
}
.AnyTagClassName
{
color: #06F005;
}
</style>
background-color css
<style>
a { background-color: #06F005; }
a { background-color: rgb(6,240,5); }
div.DivClassName
{
background-color: #06F005;
}
.BgClassName
{
background-color: #06F005;
}
</style>
border-color css
<style>
span { border-color: #06F005; }
span { border-color: rgb(6,240,5); }
td.TdClassName
{
border-color: #06F005;
}
.TagClassName
{
border-color: #06F005;
}
</style>