Shades of Free Speech Green #00F728
Tints of Free Speech Green #00F728
RGB
CMYK
RGB Variations
Color information
#00F728 (or 0x00F728) is known color: Free Speech Green. HEX triplet: 00, F7 and 28. RGB value is (0,247,40). Sum of RGB (Red+Green+Blue) = 0+247+40=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 247 (96.88% from 255 or 86.06% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 247 - color contains mainly: green. Hex color #00F728 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F728 is #FF08D7. Grayscale: #969696. Windows color (decimal): -16713944 or 2684672. OLE color: 2684672.
HSL color Cylindrical-coordinate representation of color #00F728: hue angle of 129.72º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F728 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 247 | 40 | - |
| CMYK | 1 | 0 | 0.84 | 0.03 |
| HSL | 129.72º | 1% | 0.48% | - |
| HSV(B) | 129.72º | 1% | 0.97% | - |
| XYZ | 33.64 | 66.67 | 13.1 | - |
| YUV | 149.55 | 66.17 | 21.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 247 | 40 | 1 | 0 | 0.84 | 0.03 | 129.72 | 1 | 0.48 |
| Hex | 0 | F7 | 28 | 64 | 0 | 54 | 3 | 82 | 64 | 30 |
| Octal | 0 | 367 | 50 | 144 | 0 | 124 | 3 | 202 | 144 | 60 |
| Binary | 0 | 11110111 | 101000 | 1100100 | 0 | 1010100 | 11 | 10000010 | 1100100 | 110000 |
Color Harmonies of #00F728
Complementary color
Monochromatic Colors of #00F728
Black with #00F728
Text Example
Text Example
White with #00F728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F728; }
p { color: rgb(0,247,40); }
H1.HeaderClassName
{
color: #00F728;
}
.AnyTagClassName
{
color: #00F728;
}
</style>
background-color css
<style>
a { background-color: #00F728; }
a { background-color: rgb(0,247,40); }
div.DivClassName
{
background-color: #00F728;
}
.BgClassName
{
background-color: #00F728;
}
</style>
border-color css
<style>
span { border-color: #00F728; }
span { border-color: rgb(0,247,40); }
td.TdClassName
{
border-color: #00F728;
}
.TagClassName
{
border-color: #00F728;
}
</style>