Shades of Free Speech Green #0DD711
Tints of Free Speech Green #0DD711
RGB
CMYK
RGB Variations
Color information
#0DD711 (or 0x0DD711) is known color: Free Speech Green. HEX triplet: 0D, D7 and 11. RGB value is (13,215,17). Sum of RGB (Red+Green+Blue) = 13+215+17=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 215 (84.38% from 255 or 87.76% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD711 is #F228EE. Grayscale: #848484. Windows color (decimal): -15870191 or 1169165. OLE color: 1169165.
HSL color Cylindrical-coordinate representation of color #0DD711: hue angle of 121.19º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD711 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 17 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.16 |
| HSL | 121.19º | 0.89% | 0.45% | - |
| HSV(B) | 121.19º | 0.94% | 0.84% | - |
| XYZ | 24.57 | 48.73 | 8.64 | - |
| YUV | 132.03 | 63.08 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 17 | 0.94 | 0 | 0.92 | 0.16 | 121.19 | 0.89 | 0.45 |
| Hex | D | D7 | 11 | 5E | 0 | 5C | 10 | 79 | 59 | 2D |
| Octal | 15 | 327 | 21 | 136 | 0 | 134 | 20 | 171 | 131 | 55 |
| Binary | 1101 | 11010111 | 10001 | 1011110 | 0 | 1011100 | 10000 | 1111001 | 1011001 | 101101 |
Color Harmonies of #0DD711
Complementary color
Monochromatic Colors of #0DD711
Black with #0DD711
Text Example
Text Example
White with #0DD711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD711; }
p { color: rgb(13,215,17); }
H1.HeaderClassName
{
color: #0DD711;
}
.AnyTagClassName
{
color: #0DD711;
}
</style>
background-color css
<style>
a { background-color: #0DD711; }
a { background-color: rgb(13,215,17); }
div.DivClassName
{
background-color: #0DD711;
}
.BgClassName
{
background-color: #0DD711;
}
</style>
border-color css
<style>
span { border-color: #0DD711; }
span { border-color: rgb(13,215,17); }
td.TdClassName
{
border-color: #0DD711;
}
.TagClassName
{
border-color: #0DD711;
}
</style>