Shades of Free Speech Green #13D503
Tints of Free Speech Green #13D503
RGB
CMYK
RGB Variations
Color information
#13D503 (or 0x13D503) is known color: Free Speech Green. HEX triplet: 13, D5 and 03. RGB value is (19,213,3). Sum of RGB (Red+Green+Blue) = 19+213+3=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 213 (83.59% from 255 or 90.64% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 213 - color contains mainly: green. Hex color #13D503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D503 is #EC2AFC. Grayscale: #838383. Windows color (decimal): -15477501 or 251155. OLE color: 251155.
HSL color Cylindrical-coordinate representation of color #13D503: hue angle of 115.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13D503 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 213 | 3 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.16 |
| HSL | 115.43º | 0.97% | 0.42% | - |
| HSV(B) | 115.43º | 0.99% | 0.84% | - |
| XYZ | 24.08 | 47.73 | 8.03 | - |
| YUV | 131.05 | 55.73 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 213 | 3 | 0.91 | 0 | 0.99 | 0.16 | 115.43 | 0.97 | 0.42 |
| Hex | 13 | D5 | 3 | 5B | 0 | 63 | 10 | 73 | 61 | 2A |
| Octal | 23 | 325 | 3 | 133 | 0 | 143 | 20 | 163 | 141 | 52 |
| Binary | 10011 | 11010101 | 11 | 1011011 | 0 | 1100011 | 10000 | 1110011 | 1100001 | 101010 |
Color Harmonies of #13D503
Complementary color
Monochromatic Colors of #13D503
Black with #13D503
Text Example
Text Example
White with #13D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D503; }
p { color: rgb(19,213,3); }
H1.HeaderClassName
{
color: #13D503;
}
.AnyTagClassName
{
color: #13D503;
}
</style>
background-color css
<style>
a { background-color: #13D503; }
a { background-color: rgb(19,213,3); }
div.DivClassName
{
background-color: #13D503;
}
.BgClassName
{
background-color: #13D503;
}
</style>
border-color css
<style>
span { border-color: #13D503; }
span { border-color: rgb(19,213,3); }
td.TdClassName
{
border-color: #13D503;
}
.TagClassName
{
border-color: #13D503;
}
</style>