Shades of Free Speech Green #13DB21
Tints of Free Speech Green #13DB21
RGB
CMYK
RGB Variations
Color information
#13DB21 (or 0x13DB21) is known color: Free Speech Green. HEX triplet: 13, DB and 21. RGB value is (19,219,33). Sum of RGB (Red+Green+Blue) = 19+219+33=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 219 (85.94% from 255 or 80.81% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB21 is #EC24DE. Grayscale: #8A8A8A. Windows color (decimal): -15475935 or 2218771. OLE color: 2218771.
HSL color Cylindrical-coordinate representation of color #13DB21: hue angle of 124.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DB21 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 219 | 33 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.14 |
| HSL | 124.2º | 0.84% | 0.47% | - |
| HSV(B) | 124.2º | 0.91% | 0.86% | - |
| XYZ | 25.87 | 50.91 | 9.9 | - |
| YUV | 138 | 68.74 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 33 | 0.91 | 0 | 0.85 | 0.14 | 124.2 | 0.84 | 0.47 |
| Hex | 13 | DB | 21 | 5B | 0 | 55 | E | 7C | 54 | 2F |
| Octal | 23 | 333 | 41 | 133 | 0 | 125 | 16 | 174 | 124 | 57 |
| Binary | 10011 | 11011011 | 100001 | 1011011 | 0 | 1010101 | 1110 | 1111100 | 1010100 | 101111 |
Color Harmonies of #13DB21
Complementary color
Monochromatic Colors of #13DB21
Black with #13DB21
Text Example
Text Example
White with #13DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DB21; }
p { color: rgb(19,219,33); }
H1.HeaderClassName
{
color: #13DB21;
}
.AnyTagClassName
{
color: #13DB21;
}
</style>
background-color css
<style>
a { background-color: #13DB21; }
a { background-color: rgb(19,219,33); }
div.DivClassName
{
background-color: #13DB21;
}
.BgClassName
{
background-color: #13DB21;
}
</style>
border-color css
<style>
span { border-color: #13DB21; }
span { border-color: rgb(19,219,33); }
td.TdClassName
{
border-color: #13DB21;
}
.TagClassName
{
border-color: #13DB21;
}
</style>