Shades of Free Speech Green #0DD007
Tints of Free Speech Green #0DD007
RGB
CMYK
RGB Variations
Color information
#0DD007 (or 0x0DD007) is known color: Free Speech Green. HEX triplet: 0D, D0 and 07. RGB value is (13,208,7). Sum of RGB (Red+Green+Blue) = 13+208+7=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 208 (81.64% from 255 or 91.23% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD007 is #F22FF8. Grayscale: #7F7F7F. Windows color (decimal): -15871993 or 512013. OLE color: 512013.
HSL color Cylindrical-coordinate representation of color #0DD007: hue angle of 118.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DD007 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 208 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.18 |
| HSL | 118.21º | 0.93% | 0.42% | - |
| HSV(B) | 118.21º | 0.97% | 0.82% | - |
| XYZ | 22.76 | 45.21 | 7.73 | - |
| YUV | 126.78 | 60.4 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 208 | 7 | 0.94 | 0 | 0.97 | 0.18 | 118.21 | 0.93 | 0.42 |
| Hex | D | D0 | 7 | 5E | 0 | 61 | 12 | 76 | 5D | 2A |
| Octal | 15 | 320 | 7 | 136 | 0 | 141 | 22 | 166 | 135 | 52 |
| Binary | 1101 | 11010000 | 111 | 1011110 | 0 | 1100001 | 10010 | 1110110 | 1011101 | 101010 |
Color Harmonies of #0DD007
Complementary color
Monochromatic Colors of #0DD007
Black with #0DD007
Text Example
Text Example
White with #0DD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD007; }
p { color: rgb(13,208,7); }
H1.HeaderClassName
{
color: #0DD007;
}
.AnyTagClassName
{
color: #0DD007;
}
</style>
background-color css
<style>
a { background-color: #0DD007; }
a { background-color: rgb(13,208,7); }
div.DivClassName
{
background-color: #0DD007;
}
.BgClassName
{
background-color: #0DD007;
}
</style>
border-color css
<style>
span { border-color: #0DD007; }
span { border-color: rgb(13,208,7); }
td.TdClassName
{
border-color: #0DD007;
}
.TagClassName
{
border-color: #0DD007;
}
</style>