Shades of Free Speech Green #0DD71D
Tints of Free Speech Green #0DD71D
RGB
CMYK
RGB Variations
Color information
#0DD71D (or 0x0DD71D) is known color: Free Speech Green. HEX triplet: 0D, D7 and 1D. RGB value is (13,215,29). Sum of RGB (Red+Green+Blue) = 13+215+29=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 215 (84.38% from 255 or 83.66% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD71D is #F228E2. Grayscale: #858585. Windows color (decimal): -15870179 or 1955597. OLE color: 1955597.
HSL color Cylindrical-coordinate representation of color #0DD71D: hue angle of 124.75º 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 #0DD71D is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 29 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.16 |
| HSL | 124.75º | 0.89% | 0.45% | - |
| HSV(B) | 124.75º | 0.94% | 0.84% | - |
| XYZ | 24.69 | 48.78 | 9.28 | - |
| YUV | 133.4 | 69.08 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 29 | 0.94 | 0 | 0.87 | 0.16 | 124.75 | 0.89 | 0.45 |
| Hex | D | D7 | 1D | 5E | 0 | 57 | 10 | 7D | 59 | 2D |
| Octal | 15 | 327 | 35 | 136 | 0 | 127 | 20 | 175 | 131 | 55 |
| Binary | 1101 | 11010111 | 11101 | 1011110 | 0 | 1010111 | 10000 | 1111101 | 1011001 | 101101 |
Color Harmonies of #0DD71D
Complementary color
Monochromatic Colors of #0DD71D
Black with #0DD71D
Text Example
Text Example
White with #0DD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD71D; }
p { color: rgb(13,215,29); }
H1.HeaderClassName
{
color: #0DD71D;
}
.AnyTagClassName
{
color: #0DD71D;
}
</style>
background-color css
<style>
a { background-color: #0DD71D; }
a { background-color: rgb(13,215,29); }
div.DivClassName
{
background-color: #0DD71D;
}
.BgClassName
{
background-color: #0DD71D;
}
</style>
border-color css
<style>
span { border-color: #0DD71D; }
span { border-color: rgb(13,215,29); }
td.TdClassName
{
border-color: #0DD71D;
}
.TagClassName
{
border-color: #0DD71D;
}
</style>