Shades of Free Speech Green #13DF13
Tints of Free Speech Green #13DF13
RGB
CMYK
RGB Variations
Color information
#13DF13 (or 0x13DF13) is known color: Free Speech Green. HEX triplet: 13, DF and 13. RGB value is (19,223,19). Sum of RGB (Red+Green+Blue) = 19+223+19=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 223 (87.5% from 255 or 85.44% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DF13 is #EC20EC. Grayscale: #8B8B8B. Windows color (decimal): -15474925 or 1302291. OLE color: 1302291.
HSL color Cylindrical-coordinate representation of color #13DF13: hue angle of 120º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DF13 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 19 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.13 |
| HSL | 120º | 0.84% | 0.47% | - |
| HSV(B) | 120º | 0.91% | 0.87% | - |
| XYZ | 26.77 | 52.96 | 9.43 | - |
| YUV | 138.75 | 60.41 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 19 | 0.91 | 0 | 0.91 | 0.13 | 120 | 0.84 | 0.47 |
| Hex | 13 | DF | 13 | 5B | 0 | 5B | D | 78 | 54 | 2F |
| Octal | 23 | 337 | 23 | 133 | 0 | 133 | 15 | 170 | 124 | 57 |
| Binary | 10011 | 11011111 | 10011 | 1011011 | 0 | 1011011 | 1101 | 1111000 | 1010100 | 101111 |
Color Harmonies of #13DF13
Complementary color
Monochromatic Colors of #13DF13
Black with #13DF13
Text Example
Text Example
White with #13DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF13; }
p { color: rgb(19,223,19); }
H1.HeaderClassName
{
color: #13DF13;
}
.AnyTagClassName
{
color: #13DF13;
}
</style>
background-color css
<style>
a { background-color: #13DF13; }
a { background-color: rgb(19,223,19); }
div.DivClassName
{
background-color: #13DF13;
}
.BgClassName
{
background-color: #13DF13;
}
</style>
border-color css
<style>
span { border-color: #13DF13; }
span { border-color: rgb(19,223,19); }
td.TdClassName
{
border-color: #13DF13;
}
.TagClassName
{
border-color: #13DF13;
}
</style>