Shades of Free Speech Green #06F825
Tints of Free Speech Green #06F825
RGB
CMYK
RGB Variations
Color information
#06F825 (or 0x06F825) is known color: Free Speech Green. HEX triplet: 06, F8 and 25. RGB value is (6,248,37). Sum of RGB (Red+Green+Blue) = 6+248+37=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 248 (97.27% from 255 or 85.22% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 248 - color contains mainly: green. Hex color #06F825 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F825 is #F907DA. Grayscale: #989898. Windows color (decimal): -16320475 or 2488326. OLE color: 2488326.
HSL color Cylindrical-coordinate representation of color #06F825: hue angle of 127.69º 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 #06F825 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 248 | 37 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.03 |
| HSL | 127.69º | 0.95% | 0.5% | - |
| HSV(B) | 127.69º | 0.98% | 0.97% | - |
| XYZ | 33.98 | 67.31 | 12.95 | - |
| YUV | 151.59 | 63.33 | 24.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 37 | 0.98 | 0 | 0.85 | 0.03 | 127.69 | 0.95 | 0.5 |
| Hex | 6 | F8 | 25 | 62 | 0 | 55 | 3 | 80 | 5F | 32 |
| Octal | 6 | 370 | 45 | 142 | 0 | 125 | 3 | 200 | 137 | 62 |
| Binary | 110 | 11111000 | 100101 | 1100010 | 0 | 1010101 | 11 | 10000000 | 1011111 | 110010 |
Color Harmonies of #06F825
Complementary color
Monochromatic Colors of #06F825
Black with #06F825
Text Example
Text Example
White with #06F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F825; }
p { color: rgb(6,248,37); }
H1.HeaderClassName
{
color: #06F825;
}
.AnyTagClassName
{
color: #06F825;
}
</style>
background-color css
<style>
a { background-color: #06F825; }
a { background-color: rgb(6,248,37); }
div.DivClassName
{
background-color: #06F825;
}
.BgClassName
{
background-color: #06F825;
}
</style>
border-color css
<style>
span { border-color: #06F825; }
span { border-color: rgb(6,248,37); }
td.TdClassName
{
border-color: #06F825;
}
.TagClassName
{
border-color: #06F825;
}
</style>