Shades of Free Speech Green #0DE528
Tints of Free Speech Green #0DE528
RGB
CMYK
RGB Variations
Color information
#0DE528 (or 0x0DE528) is known color: Free Speech Green. HEX triplet: 0D, E5 and 28. RGB value is (13,229,40). Sum of RGB (Red+Green+Blue) = 13+229+40=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 229 (89.84% from 255 or 81.21% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE528 is #F21AD7. Grayscale: #8F8F8F. Windows color (decimal): -15866584 or 2680077. OLE color: 2680077.
HSL color Cylindrical-coordinate representation of color #0DE528: hue angle of 127.5º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE528 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 229 | 40 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.10 |
| HSL | 127.5º | 0.89% | 0.47% | - |
| HSV(B) | 127.5º | 0.94% | 0.9% | - |
| XYZ | 28.57 | 56.28 | 11.36 | - |
| YUV | 142.87 | 69.94 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 229 | 40 | 0.94 | 0 | 0.83 | 0.10 | 127.5 | 0.89 | 0.47 |
| Hex | D | E5 | 28 | 5E | 0 | 53 | A | 80 | 59 | 2F |
| Octal | 15 | 345 | 50 | 136 | 0 | 123 | 12 | 200 | 131 | 57 |
| Binary | 1101 | 11100101 | 101000 | 1011110 | 0 | 1010011 | 1010 | 10000000 | 1011001 | 101111 |
Color Harmonies of #0DE528
Complementary color
Monochromatic Colors of #0DE528
Black with #0DE528
Text Example
Text Example
White with #0DE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE528; }
p { color: rgb(13,229,40); }
H1.HeaderClassName
{
color: #0DE528;
}
.AnyTagClassName
{
color: #0DE528;
}
</style>
background-color css
<style>
a { background-color: #0DE528; }
a { background-color: rgb(13,229,40); }
div.DivClassName
{
background-color: #0DE528;
}
.BgClassName
{
background-color: #0DE528;
}
</style>
border-color css
<style>
span { border-color: #0DE528; }
span { border-color: rgb(13,229,40); }
td.TdClassName
{
border-color: #0DE528;
}
.TagClassName
{
border-color: #0DE528;
}
</style>