Shades of Free Speech Green #0DDE21
Tints of Free Speech Green #0DDE21
RGB
CMYK
RGB Variations
Color information
#0DDE21 (or 0x0DDE21) is known color: Free Speech Green. HEX triplet: 0D, DE and 21. RGB value is (13,222,33). Sum of RGB (Red+Green+Blue) = 13+222+33=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 222 (87.11% from 255 or 82.84% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDE21 is #F221DE. Grayscale: #8A8A8A. Windows color (decimal): -15868383 or 2219533. OLE color: 2219533.
HSL color Cylindrical-coordinate representation of color #0DDE21: hue angle of 125.74º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE21 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 33 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.13 |
| HSL | 125.74º | 0.89% | 0.46% | - |
| HSV(B) | 125.74º | 0.94% | 0.87% | - |
| XYZ | 26.56 | 52.44 | 10.16 | - |
| YUV | 137.96 | 68.76 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 33 | 0.94 | 0 | 0.85 | 0.13 | 125.74 | 0.89 | 0.46 |
| Hex | D | DE | 21 | 5E | 0 | 55 | D | 7E | 59 | 2E |
| Octal | 15 | 336 | 41 | 136 | 0 | 125 | 15 | 176 | 131 | 56 |
| Binary | 1101 | 11011110 | 100001 | 1011110 | 0 | 1010101 | 1101 | 1111110 | 1011001 | 101110 |
Color Harmonies of #0DDE21
Complementary color
Monochromatic Colors of #0DDE21
Black with #0DDE21
Text Example
Text Example
White with #0DDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDE21; }
p { color: rgb(13,222,33); }
H1.HeaderClassName
{
color: #0DDE21;
}
.AnyTagClassName
{
color: #0DDE21;
}
</style>
background-color css
<style>
a { background-color: #0DDE21; }
a { background-color: rgb(13,222,33); }
div.DivClassName
{
background-color: #0DDE21;
}
.BgClassName
{
background-color: #0DDE21;
}
</style>
border-color css
<style>
span { border-color: #0DDE21; }
span { border-color: rgb(13,222,33); }
td.TdClassName
{
border-color: #0DDE21;
}
.TagClassName
{
border-color: #0DDE21;
}
</style>