Shades of Free Speech Green #13DF08
Tints of Free Speech Green #13DF08
RGB
CMYK
RGB Variations
Color information
#13DF08 (or 0x13DF08) is known color: Free Speech Green. HEX triplet: 13, DF and 08. RGB value is (19,223,8). Sum of RGB (Red+Green+Blue) = 19+223+8=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 223 (87.5% from 255 or 89.2% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13DF08 is #EC20F7. Grayscale: #8A8A8A. Windows color (decimal): -15474936 or 581395. OLE color: 581395.
HSL color Cylindrical-coordinate representation of color #13DF08: hue angle of 116.93º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13DF08 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 8 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.13 |
| HSL | 116.93º | 0.93% | 0.45% | - |
| HSV(B) | 116.93º | 0.96% | 0.87% | - |
| XYZ | 26.7 | 52.93 | 9.04 | - |
| YUV | 137.49 | 54.91 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 8 | 0.91 | 0 | 0.96 | 0.13 | 116.93 | 0.93 | 0.45 |
| Hex | 13 | DF | 8 | 5B | 0 | 60 | D | 75 | 5D | 2D |
| Octal | 23 | 337 | 10 | 133 | 0 | 140 | 15 | 165 | 135 | 55 |
| Binary | 10011 | 11011111 | 1000 | 1011011 | 0 | 1100000 | 1101 | 1110101 | 1011101 | 101101 |
Color Harmonies of #13DF08
Complementary color
Monochromatic Colors of #13DF08
Black with #13DF08
Text Example
Text Example
White with #13DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DF08; }
p { color: rgb(19,223,8); }
H1.HeaderClassName
{
color: #13DF08;
}
.AnyTagClassName
{
color: #13DF08;
}
</style>
background-color css
<style>
a { background-color: #13DF08; }
a { background-color: rgb(19,223,8); }
div.DivClassName
{
background-color: #13DF08;
}
.BgClassName
{
background-color: #13DF08;
}
</style>
border-color css
<style>
span { border-color: #13DF08; }
span { border-color: rgb(19,223,8); }
td.TdClassName
{
border-color: #13DF08;
}
.TagClassName
{
border-color: #13DF08;
}
</style>