Shades of Free Speech Green #13E507
Tints of Free Speech Green #13E507
RGB
CMYK
RGB Variations
Color information
#13E507 (or 0x13E507) is known color: Free Speech Green. HEX triplet: 13, E5 and 07. RGB value is (19,229,7). Sum of RGB (Red+Green+Blue) = 19+229+7=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 229 (89.84% from 255 or 89.80% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 229 - color contains mainly: green. Hex color #13E507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E507 is #EC1AF8. Grayscale: #8D8D8D. Windows color (decimal): -15473401 or 517395. OLE color: 517395.
HSL color Cylindrical-coordinate representation of color #13E507: hue angle of 116.76º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13E507 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 229 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.10 |
| HSL | 116.76º | 0.94% | 0.46% | - |
| HSV(B) | 116.76º | 0.97% | 0.9% | - |
| XYZ | 28.33 | 56.19 | 9.55 | - |
| YUV | 140.9 | 52.43 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 229 | 7 | 0.92 | 0 | 0.97 | 0.10 | 116.76 | 0.94 | 0.46 |
| Hex | 13 | E5 | 7 | 5C | 0 | 61 | A | 75 | 5E | 2E |
| Octal | 23 | 345 | 7 | 134 | 0 | 141 | 12 | 165 | 136 | 56 |
| Binary | 10011 | 11100101 | 111 | 1011100 | 0 | 1100001 | 1010 | 1110101 | 1011110 | 101110 |
Color Harmonies of #13E507
Complementary color
Monochromatic Colors of #13E507
Black with #13E507
Text Example
Text Example
White with #13E507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E507; }
p { color: rgb(19,229,7); }
H1.HeaderClassName
{
color: #13E507;
}
.AnyTagClassName
{
color: #13E507;
}
</style>
background-color css
<style>
a { background-color: #13E507; }
a { background-color: rgb(19,229,7); }
div.DivClassName
{
background-color: #13E507;
}
.BgClassName
{
background-color: #13E507;
}
</style>
border-color css
<style>
span { border-color: #13E507; }
span { border-color: rgb(19,229,7); }
td.TdClassName
{
border-color: #13E507;
}
.TagClassName
{
border-color: #13E507;
}
</style>