Shades of Free Speech Green #0DD50D
Tints of Free Speech Green #0DD50D
RGB
CMYK
RGB Variations
Color information
#0DD50D (or 0x0DD50D) is known color: Free Speech Green. HEX triplet: 0D, D5 and 0D. RGB value is (13,213,13). Sum of RGB (Red+Green+Blue) = 13+213+13=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 213 (83.59% from 255 or 89.12% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD50D is #F22AF2. Grayscale: #838383. Windows color (decimal): -15870707 or 906509. OLE color: 906509.
HSL color Cylindrical-coordinate representation of color #0DD50D: hue angle of 120º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD50D is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 13 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.16 |
| HSL | 120º | 0.88% | 0.44% | - |
| HSV(B) | 120º | 0.94% | 0.84% | - |
| XYZ | 24.03 | 47.7 | 8.32 | - |
| YUV | 130.4 | 61.74 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 13 | 0.94 | 0 | 0.94 | 0.16 | 120 | 0.88 | 0.44 |
| Hex | D | D5 | D | 5E | 0 | 5E | 10 | 78 | 58 | 2C |
| Octal | 15 | 325 | 15 | 136 | 0 | 136 | 20 | 170 | 130 | 54 |
| Binary | 1101 | 11010101 | 1101 | 1011110 | 0 | 1011110 | 10000 | 1111000 | 1011000 | 101100 |
Color Harmonies of #0DD50D
Complementary color
Monochromatic Colors of #0DD50D
Black with #0DD50D
Text Example
Text Example
White with #0DD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD50D; }
p { color: rgb(13,213,13); }
H1.HeaderClassName
{
color: #0DD50D;
}
.AnyTagClassName
{
color: #0DD50D;
}
</style>
background-color css
<style>
a { background-color: #0DD50D; }
a { background-color: rgb(13,213,13); }
div.DivClassName
{
background-color: #0DD50D;
}
.BgClassName
{
background-color: #0DD50D;
}
</style>
border-color css
<style>
span { border-color: #0DD50D; }
span { border-color: rgb(13,213,13); }
td.TdClassName
{
border-color: #0DD50D;
}
.TagClassName
{
border-color: #0DD50D;
}
</style>