Shades of Free Speech Green #0DCD05
Tints of Free Speech Green #0DCD05
RGB
CMYK
RGB Variations
Color information
#0DCD05 (or 0x0DCD05) is known color: Free Speech Green. HEX triplet: 0D, CD and 05. RGB value is (13,205,5). Sum of RGB (Red+Green+Blue) = 13+205+5=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 205 (80.47% from 255 or 91.93% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCD05 is #F232FA. Grayscale: #7D7D7D. Windows color (decimal): -15872763 or 380173. OLE color: 380173.
HSL color Cylindrical-coordinate representation of color #0DCD05: hue angle of 117.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DCD05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.20 |
| HSL | 117.6º | 0.95% | 0.41% | - |
| HSV(B) | 117.6º | 0.98% | 0.8% | - |
| XYZ | 22.02 | 43.76 | 7.43 | - |
| YUV | 124.79 | 60.39 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 5 | 0.94 | 0 | 0.98 | 0.20 | 117.6 | 0.95 | 0.41 |
| Hex | D | CD | 5 | 5E | 0 | 62 | 14 | 76 | 5F | 29 |
| Octal | 15 | 315 | 5 | 136 | 0 | 142 | 24 | 166 | 137 | 51 |
| Binary | 1101 | 11001101 | 101 | 1011110 | 0 | 1100010 | 10100 | 1110110 | 1011111 | 101001 |
Color Harmonies of #0DCD05
Complementary color
Monochromatic Colors of #0DCD05
Black with #0DCD05
Text Example
Text Example
White with #0DCD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD05; }
p { color: rgb(13,205,5); }
H1.HeaderClassName
{
color: #0DCD05;
}
.AnyTagClassName
{
color: #0DCD05;
}
</style>
background-color css
<style>
a { background-color: #0DCD05; }
a { background-color: rgb(13,205,5); }
div.DivClassName
{
background-color: #0DCD05;
}
.BgClassName
{
background-color: #0DCD05;
}
</style>
border-color css
<style>
span { border-color: #0DCD05; }
span { border-color: rgb(13,205,5); }
td.TdClassName
{
border-color: #0DCD05;
}
.TagClassName
{
border-color: #0DCD05;
}
</style>