Shades of Free Speech Green #06FF28
Tints of Free Speech Green #06FF28
RGB
CMYK
RGB Variations
Color information
#06FF28 (or 0x06FF28) is known color: Free Speech Green. HEX triplet: 06, FF and 28. RGB value is (6,255,40). Sum of RGB (Red+Green+Blue) = 6+255+40=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 255 (100% from 255 or 84.72% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF28 is #F900D7. Grayscale: #9C9C9C. Windows color (decimal): -16318680 or 2686726. OLE color: 2686726.
HSL color Cylindrical-coordinate representation of color #06FF28: hue angle of 128.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF28 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 40 | - |
| CMYK | 0.98 | 0 | 0.84 | 0 |
| HSL | 128.19º | 1% | 0.51% | - |
| HSV(B) | 128.19º | 0.98% | 1% | - |
| XYZ | 36.22 | 71.71 | 13.94 | - |
| YUV | 156.04 | 62.51 | 20.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 40 | 0.98 | 0 | 0.84 | 0 | 128.19 | 1 | 0.51 |
| Hex | 6 | FF | 28 | 62 | 0 | 54 | 0 | 80 | 64 | 33 |
| Octal | 6 | 377 | 50 | 142 | 0 | 124 | 0 | 200 | 144 | 63 |
| Binary | 110 | 11111111 | 101000 | 1100010 | 0 | 1010100 | 0 | 10000000 | 1100100 | 110011 |
Color Harmonies of #06FF28
Complementary color
Monochromatic Colors of #06FF28
Black with #06FF28
Text Example
Text Example
White with #06FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF28; }
p { color: rgb(6,255,40); }
H1.HeaderClassName
{
color: #06FF28;
}
.AnyTagClassName
{
color: #06FF28;
}
</style>
background-color css
<style>
a { background-color: #06FF28; }
a { background-color: rgb(6,255,40); }
div.DivClassName
{
background-color: #06FF28;
}
.BgClassName
{
background-color: #06FF28;
}
</style>
border-color css
<style>
span { border-color: #06FF28; }
span { border-color: rgb(6,255,40); }
td.TdClassName
{
border-color: #06FF28;
}
.TagClassName
{
border-color: #06FF28;
}
</style>