Shades of Free Speech Green #07D817
Tints of Free Speech Green #07D817
RGB
CMYK
RGB Variations
Color information
#07D817 (or 0x07D817) is known color: Free Speech Green. HEX triplet: 07, D8 and 17. RGB value is (7,216,23). Sum of RGB (Red+Green+Blue) = 7+216+23=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 216 (84.77% from 255 or 87.80% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 216 - color contains mainly: green. Hex color #07D817 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D817 is #F827E8. Grayscale: #848484. Windows color (decimal): -16263145 or 1562631. OLE color: 1562631.
HSL color Cylindrical-coordinate representation of color #07D817: hue angle of 124.59º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D817 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 23 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.15 |
| HSL | 124.59º | 0.94% | 0.44% | - |
| HSV(B) | 124.59º | 0.97% | 0.85% | - |
| XYZ | 24.8 | 49.22 | 9 | - |
| YUV | 131.51 | 66.76 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 23 | 0.97 | 0 | 0.89 | 0.15 | 124.59 | 0.94 | 0.44 |
| Hex | 7 | D8 | 17 | 61 | 0 | 59 | F | 7D | 5E | 2C |
| Octal | 7 | 330 | 27 | 141 | 0 | 131 | 17 | 175 | 136 | 54 |
| Binary | 111 | 11011000 | 10111 | 1100001 | 0 | 1011001 | 1111 | 1111101 | 1011110 | 101100 |
Color Harmonies of #07D817
Complementary color
Monochromatic Colors of #07D817
Black with #07D817
Text Example
Text Example
White with #07D817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D817; }
p { color: rgb(7,216,23); }
H1.HeaderClassName
{
color: #07D817;
}
.AnyTagClassName
{
color: #07D817;
}
</style>
background-color css
<style>
a { background-color: #07D817; }
a { background-color: rgb(7,216,23); }
div.DivClassName
{
background-color: #07D817;
}
.BgClassName
{
background-color: #07D817;
}
</style>
border-color css
<style>
span { border-color: #07D817; }
span { border-color: rgb(7,216,23); }
td.TdClassName
{
border-color: #07D817;
}
.TagClassName
{
border-color: #07D817;
}
</style>