Shades of Free Speech Green #0DE500
Tints of Free Speech Green #0DE500
RGB
CMYK
RGB Variations
Color information
#0DE500 (or 0x0DE500) is known color: Free Speech Green. HEX triplet: 0D, E5 and 00. RGB value is (13,229,0). Sum of RGB (Red+Green+Blue) = 13+229+0=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 229 (89.84% from 255 or 94.63% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DE500 is #F21AFF. Grayscale: #8B8B8B. Windows color (decimal): -15866624 or 58637. OLE color: 58637.
HSL color Cylindrical-coordinate representation of color #0DE500: hue angle of 116.59º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DE500 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 229 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.10 |
| HSL | 116.59º | 1% | 0.45% | - |
| HSV(B) | 116.59º | 1% | 0.9% | - |
| XYZ | 28.19 | 56.12 | 9.35 | - |
| YUV | 138.31 | 49.94 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 229 | 0 | 0.94 | 0 | 1 | 0.10 | 116.59 | 1 | 0.45 |
| Hex | D | E5 | 0 | 5E | 0 | 64 | A | 75 | 64 | 2D |
| Octal | 15 | 345 | 0 | 136 | 0 | 144 | 12 | 165 | 144 | 55 |
| Binary | 1101 | 11100101 | 0 | 1011110 | 0 | 1100100 | 1010 | 1110101 | 1100100 | 101101 |
Color Harmonies of #0DE500
Complementary color
Monochromatic Colors of #0DE500
Black with #0DE500
Text Example
Text Example
White with #0DE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE500; }
p { color: rgb(13,229,0); }
H1.HeaderClassName
{
color: #0DE500;
}
.AnyTagClassName
{
color: #0DE500;
}
</style>
background-color css
<style>
a { background-color: #0DE500; }
a { background-color: rgb(13,229,0); }
div.DivClassName
{
background-color: #0DE500;
}
.BgClassName
{
background-color: #0DE500;
}
</style>
border-color css
<style>
span { border-color: #0DE500; }
span { border-color: rgb(13,229,0); }
td.TdClassName
{
border-color: #0DE500;
}
.TagClassName
{
border-color: #0DE500;
}
</style>