Shades of Free Speech Green #0DDD04
Tints of Free Speech Green #0DDD04
RGB
CMYK
RGB Variations
Color information
#0DDD04 (or 0x0DDD04) is known color: Free Speech Green. HEX triplet: 0D, DD and 04. RGB value is (13,221,4). Sum of RGB (Red+Green+Blue) = 13+221+4=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 221 (86.72% from 255 or 92.86% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDD04 is #F222FB. Grayscale: #868686. Windows color (decimal): -15868668 or 318733. OLE color: 318733.
HSL color Cylindrical-coordinate representation of color #0DDD04: hue angle of 117.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DDD04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.13 |
| HSL | 117.51º | 0.96% | 0.44% | - |
| HSV(B) | 117.51º | 0.98% | 0.87% | - |
| XYZ | 26.04 | 51.81 | 8.74 | - |
| YUV | 134.07 | 54.59 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 4 | 0.94 | 0 | 0.98 | 0.13 | 117.51 | 0.96 | 0.44 |
| Hex | D | DD | 4 | 5E | 0 | 62 | D | 76 | 60 | 2C |
| Octal | 15 | 335 | 4 | 136 | 0 | 142 | 15 | 166 | 140 | 54 |
| Binary | 1101 | 11011101 | 100 | 1011110 | 0 | 1100010 | 1101 | 1110110 | 1100000 | 101100 |
Color Harmonies of #0DDD04
Complementary color
Monochromatic Colors of #0DDD04
Black with #0DDD04
Text Example
Text Example
White with #0DDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDD04; }
p { color: rgb(13,221,4); }
H1.HeaderClassName
{
color: #0DDD04;
}
.AnyTagClassName
{
color: #0DDD04;
}
</style>
background-color css
<style>
a { background-color: #0DDD04; }
a { background-color: rgb(13,221,4); }
div.DivClassName
{
background-color: #0DDD04;
}
.BgClassName
{
background-color: #0DDD04;
}
</style>
border-color css
<style>
span { border-color: #0DDD04; }
span { border-color: rgb(13,221,4); }
td.TdClassName
{
border-color: #0DDD04;
}
.TagClassName
{
border-color: #0DDD04;
}
</style>