Shades of Free Speech Green #06F80B
Tints of Free Speech Green #06F80B
RGB
CMYK
RGB Variations
Color information
#06F80B (or 0x06F80B) is known color: Free Speech Green. HEX triplet: 06, F8 and 0B. RGB value is (6,248,11). Sum of RGB (Red+Green+Blue) = 6+248+11=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 248 (97.27% from 255 or 93.58% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 248 - color contains mainly: green. Hex color #06F80B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F80B is #F907F4. Grayscale: #959595. Windows color (decimal): -16320501 or 784390. OLE color: 784390.
HSL color Cylindrical-coordinate representation of color #06F80B: hue angle of 121.24º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F80B is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 248 | 11 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.03 |
| HSL | 121.24º | 0.95% | 0.5% | - |
| HSV(B) | 121.24º | 0.98% | 0.97% | - |
| XYZ | 33.7 | 67.2 | 11.51 | - |
| YUV | 148.62 | 50.33 | 26.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 11 | 0.98 | 0 | 0.96 | 0.03 | 121.24 | 0.95 | 0.5 |
| Hex | 6 | F8 | B | 62 | 0 | 60 | 3 | 79 | 5F | 32 |
| Octal | 6 | 370 | 13 | 142 | 0 | 140 | 3 | 171 | 137 | 62 |
| Binary | 110 | 11111000 | 1011 | 1100010 | 0 | 1100000 | 11 | 1111001 | 1011111 | 110010 |
Color Harmonies of #06F80B
Complementary color
Monochromatic Colors of #06F80B
Black with #06F80B
Text Example
Text Example
White with #06F80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F80B; }
p { color: rgb(6,248,11); }
H1.HeaderClassName
{
color: #06F80B;
}
.AnyTagClassName
{
color: #06F80B;
}
</style>
background-color css
<style>
a { background-color: #06F80B; }
a { background-color: rgb(6,248,11); }
div.DivClassName
{
background-color: #06F80B;
}
.BgClassName
{
background-color: #06F80B;
}
</style>
border-color css
<style>
span { border-color: #06F80B; }
span { border-color: rgb(6,248,11); }
td.TdClassName
{
border-color: #06F80B;
}
.TagClassName
{
border-color: #06F80B;
}
</style>