Shades of Free Speech Green #07D905
Tints of Free Speech Green #07D905
RGB
CMYK
RGB Variations
Color information
#07D905 (or 0x07D905) is known color: Free Speech Green. HEX triplet: 07, D9 and 05. RGB value is (7,217,5). Sum of RGB (Red+Green+Blue) = 7+217+5=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 217 (85.16% from 255 or 94.76% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 217 - color contains mainly: green. Hex color #07D905 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D905 is #F826FA. Grayscale: #828282. Windows color (decimal): -16262907 or 383239. OLE color: 383239.
HSL color Cylindrical-coordinate representation of color #07D905: hue angle of 119.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07D905 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 5 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.15 |
| HSL | 119.43º | 0.95% | 0.44% | - |
| HSV(B) | 119.43º | 0.98% | 0.85% | - |
| XYZ | 24.93 | 49.68 | 8.42 | - |
| YUV | 130.04 | 57.43 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 5 | 0.97 | 0 | 0.98 | 0.15 | 119.43 | 0.95 | 0.44 |
| Hex | 7 | D9 | 5 | 61 | 0 | 62 | F | 77 | 5F | 2C |
| Octal | 7 | 331 | 5 | 141 | 0 | 142 | 17 | 167 | 137 | 54 |
| Binary | 111 | 11011001 | 101 | 1100001 | 0 | 1100010 | 1111 | 1110111 | 1011111 | 101100 |
Color Harmonies of #07D905
Complementary color
Monochromatic Colors of #07D905
Black with #07D905
Text Example
Text Example
White with #07D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D905; }
p { color: rgb(7,217,5); }
H1.HeaderClassName
{
color: #07D905;
}
.AnyTagClassName
{
color: #07D905;
}
</style>
background-color css
<style>
a { background-color: #07D905; }
a { background-color: rgb(7,217,5); }
div.DivClassName
{
background-color: #07D905;
}
.BgClassName
{
background-color: #07D905;
}
</style>
border-color css
<style>
span { border-color: #07D905; }
span { border-color: rgb(7,217,5); }
td.TdClassName
{
border-color: #07D905;
}
.TagClassName
{
border-color: #07D905;
}
</style>