Shades of Free Speech Green #0DDB07
Tints of Free Speech Green #0DDB07
RGB
CMYK
RGB Variations
Color information
#0DDB07 (or 0x0DDB07) is known color: Free Speech Green. HEX triplet: 0D, DB and 07. RGB value is (13,219,7). Sum of RGB (Red+Green+Blue) = 13+219+7=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 219 (85.94% from 255 or 91.63% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDB07 is #F224F8. Grayscale: #858585. Windows color (decimal): -15869177 or 514829. OLE color: 514829.
HSL color Cylindrical-coordinate representation of color #0DDB07: hue angle of 118.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DDB07 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.14 |
| HSL | 118.3º | 0.94% | 0.44% | - |
| HSV(B) | 118.3º | 0.97% | 0.86% | - |
| XYZ | 25.54 | 50.76 | 8.65 | - |
| YUV | 133.24 | 56.75 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 7 | 0.94 | 0 | 0.97 | 0.14 | 118.3 | 0.94 | 0.44 |
| Hex | D | DB | 7 | 5E | 0 | 61 | E | 76 | 5E | 2C |
| Octal | 15 | 333 | 7 | 136 | 0 | 141 | 16 | 166 | 136 | 54 |
| Binary | 1101 | 11011011 | 111 | 1011110 | 0 | 1100001 | 1110 | 1110110 | 1011110 | 101100 |
Color Harmonies of #0DDB07
Complementary color
Monochromatic Colors of #0DDB07
Black with #0DDB07
Text Example
Text Example
White with #0DDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB07; }
p { color: rgb(13,219,7); }
H1.HeaderClassName
{
color: #0DDB07;
}
.AnyTagClassName
{
color: #0DDB07;
}
</style>
background-color css
<style>
a { background-color: #0DDB07; }
a { background-color: rgb(13,219,7); }
div.DivClassName
{
background-color: #0DDB07;
}
.BgClassName
{
background-color: #0DDB07;
}
</style>
border-color css
<style>
span { border-color: #0DDB07; }
span { border-color: rgb(13,219,7); }
td.TdClassName
{
border-color: #0DDB07;
}
.TagClassName
{
border-color: #0DDB07;
}
</style>