Shades of Free Speech Green #13DF19
Tints of Free Speech Green #13DF19
RGB
CMYK
RGB Variations
Color information
#13DF19 (or 0x13DF19) is known color: Free Speech Green. HEX triplet: 13, DF and 19. RGB value is (19,223,25). Sum of RGB (Red+Green+Blue) = 19+223+25=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 223 (87.5% from 255 or 83.52% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DF19 is #EC20E6. Grayscale: #8C8C8C. Windows color (decimal): -15474919 or 1695507. OLE color: 1695507.
HSL color Cylindrical-coordinate representation of color #13DF19: hue angle of 121.76º 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 #13DF19 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 25 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.13 |
| HSL | 121.76º | 0.84% | 0.47% | - |
| HSV(B) | 121.76º | 0.91% | 0.87% | - |
| XYZ | 26.83 | 52.98 | 9.73 | - |
| YUV | 139.43 | 63.41 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 25 | 0.91 | 0 | 0.89 | 0.13 | 121.76 | 0.84 | 0.47 |
| Hex | 13 | DF | 19 | 5B | 0 | 59 | D | 7A | 54 | 2F |
| Octal | 23 | 337 | 31 | 133 | 0 | 131 | 15 | 172 | 124 | 57 |
| Binary | 10011 | 11011111 | 11001 | 1011011 | 0 | 1011001 | 1101 | 1111010 | 1010100 | 101111 |
Color Harmonies of #13DF19
Complementary color
Monochromatic Colors of #13DF19
Black with #13DF19
Text Example
Text Example
White with #13DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF19; }
p { color: rgb(19,223,25); }
H1.HeaderClassName
{
color: #13DF19;
}
.AnyTagClassName
{
color: #13DF19;
}
</style>
background-color css
<style>
a { background-color: #13DF19; }
a { background-color: rgb(19,223,25); }
div.DivClassName
{
background-color: #13DF19;
}
.BgClassName
{
background-color: #13DF19;
}
</style>
border-color css
<style>
span { border-color: #13DF19; }
span { border-color: rgb(19,223,25); }
td.TdClassName
{
border-color: #13DF19;
}
.TagClassName
{
border-color: #13DF19;
}
</style>