Shades of Free Speech Green #0DE321
Tints of Free Speech Green #0DE321
RGB
CMYK
RGB Variations
Color information
#0DE321 (or 0x0DE321) is known color: Free Speech Green. HEX triplet: 0D, E3 and 21. RGB value is (13,227,33). Sum of RGB (Red+Green+Blue) = 13+227+33=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 227 (89.06% from 255 or 83.15% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE321 is #F21CDE. Grayscale: #8D8D8D. Windows color (decimal): -15867103 or 2220813. OLE color: 2220813.
HSL color Cylindrical-coordinate representation of color #0DE321: hue angle of 125.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE321 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 33 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.11 |
| HSL | 125.61º | 0.89% | 0.47% | - |
| HSV(B) | 125.61º | 0.94% | 0.89% | - |
| XYZ | 27.91 | 55.13 | 10.61 | - |
| YUV | 140.9 | 67.1 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 33 | 0.94 | 0 | 0.85 | 0.11 | 125.61 | 0.89 | 0.47 |
| Hex | D | E3 | 21 | 5E | 0 | 55 | B | 7E | 59 | 2F |
| Octal | 15 | 343 | 41 | 136 | 0 | 125 | 13 | 176 | 131 | 57 |
| Binary | 1101 | 11100011 | 100001 | 1011110 | 0 | 1010101 | 1011 | 1111110 | 1011001 | 101111 |
Color Harmonies of #0DE321
Complementary color
Monochromatic Colors of #0DE321
Black with #0DE321
Text Example
Text Example
White with #0DE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE321; }
p { color: rgb(13,227,33); }
H1.HeaderClassName
{
color: #0DE321;
}
.AnyTagClassName
{
color: #0DE321;
}
</style>
background-color css
<style>
a { background-color: #0DE321; }
a { background-color: rgb(13,227,33); }
div.DivClassName
{
background-color: #0DE321;
}
.BgClassName
{
background-color: #0DE321;
}
</style>
border-color css
<style>
span { border-color: #0DE321; }
span { border-color: rgb(13,227,33); }
td.TdClassName
{
border-color: #0DE321;
}
.TagClassName
{
border-color: #0DE321;
}
</style>