Shades of Free Speech Green #0DDF04
Tints of Free Speech Green #0DDF04
RGB
CMYK
RGB Variations
Color information
#0DDF04 (or 0x0DDF04) is known color: Free Speech Green. HEX triplet: 0D, DF and 04. RGB value is (13,223,4). Sum of RGB (Red+Green+Blue) = 13+223+4=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 223 (87.5% from 255 or 92.92% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDF04 is #F220FB. Grayscale: #878787. Windows color (decimal): -15868156 or 319245. OLE color: 319245.
HSL color Cylindrical-coordinate representation of color #0DDF04: hue angle of 117.53º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DDF04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.13 |
| HSL | 117.53º | 0.96% | 0.45% | - |
| HSV(B) | 117.53º | 0.98% | 0.87% | - |
| XYZ | 26.58 | 52.87 | 8.92 | - |
| YUV | 135.24 | 53.93 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 4 | 0.94 | 0 | 0.98 | 0.13 | 117.53 | 0.96 | 0.45 |
| Hex | D | DF | 4 | 5E | 0 | 62 | D | 76 | 60 | 2D |
| Octal | 15 | 337 | 4 | 136 | 0 | 142 | 15 | 166 | 140 | 55 |
| Binary | 1101 | 11011111 | 100 | 1011110 | 0 | 1100010 | 1101 | 1110110 | 1100000 | 101101 |
Color Harmonies of #0DDF04
Complementary color
Monochromatic Colors of #0DDF04
Black with #0DDF04
Text Example
Text Example
White with #0DDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF04; }
p { color: rgb(13,223,4); }
H1.HeaderClassName
{
color: #0DDF04;
}
.AnyTagClassName
{
color: #0DDF04;
}
</style>
background-color css
<style>
a { background-color: #0DDF04; }
a { background-color: rgb(13,223,4); }
div.DivClassName
{
background-color: #0DDF04;
}
.BgClassName
{
background-color: #0DDF04;
}
</style>
border-color css
<style>
span { border-color: #0DDF04; }
span { border-color: rgb(13,223,4); }
td.TdClassName
{
border-color: #0DDF04;
}
.TagClassName
{
border-color: #0DDF04;
}
</style>