Shades of Free Speech Green #0DD317
Tints of Free Speech Green #0DD317
RGB
CMYK
RGB Variations
Color information
#0DD317 (or 0x0DD317) is known color: Free Speech Green. HEX triplet: 0D, D3 and 17. RGB value is (13,211,23). Sum of RGB (Red+Green+Blue) = 13+211+23=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 211 (82.81% from 255 or 85.43% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD317 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD317 is #F22CE8. Grayscale: #828282. Windows color (decimal): -15871209 or 1561357. OLE color: 1561357.
HSL color Cylindrical-coordinate representation of color #0DD317: hue angle of 123.03º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD317 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 211 | 23 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.17 |
| HSL | 123.03º | 0.88% | 0.44% | - |
| HSV(B) | 123.03º | 0.94% | 0.83% | - |
| XYZ | 23.61 | 46.74 | 8.59 | - |
| YUV | 130.37 | 67.4 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 211 | 23 | 0.94 | 0 | 0.89 | 0.17 | 123.03 | 0.88 | 0.44 |
| Hex | D | D3 | 17 | 5E | 0 | 59 | 11 | 7B | 58 | 2C |
| Octal | 15 | 323 | 27 | 136 | 0 | 131 | 21 | 173 | 130 | 54 |
| Binary | 1101 | 11010011 | 10111 | 1011110 | 0 | 1011001 | 10001 | 1111011 | 1011000 | 101100 |
Color Harmonies of #0DD317
Complementary color
Monochromatic Colors of #0DD317
Black with #0DD317
Text Example
Text Example
White with #0DD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD317; }
p { color: rgb(13,211,23); }
H1.HeaderClassName
{
color: #0DD317;
}
.AnyTagClassName
{
color: #0DD317;
}
</style>
background-color css
<style>
a { background-color: #0DD317; }
a { background-color: rgb(13,211,23); }
div.DivClassName
{
background-color: #0DD317;
}
.BgClassName
{
background-color: #0DD317;
}
</style>
border-color css
<style>
span { border-color: #0DD317; }
span { border-color: rgb(13,211,23); }
td.TdClassName
{
border-color: #0DD317;
}
.TagClassName
{
border-color: #0DD317;
}
</style>