Shades of Free Speech Green #15DF11
Tints of Free Speech Green #15DF11
RGB
CMYK
RGB Variations
Color information
#15DF11 (or 0x15DF11) is known color: Free Speech Green. HEX triplet: 15, DF and 11. RGB value is (21,223,17). Sum of RGB (Red+Green+Blue) = 21+223+17=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 223 (87.5% from 255 or 85.44% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DF11 is #EA20EE. Grayscale: #8B8B8B. Windows color (decimal): -15343855 or 1171221. OLE color: 1171221.
HSL color Cylindrical-coordinate representation of color #15DF11: hue angle of 118.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DF11 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 17 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.13 |
| HSL | 118.83º | 0.86% | 0.47% | - |
| HSV(B) | 118.83º | 0.92% | 0.87% | - |
| XYZ | 26.8 | 52.98 | 9.34 | - |
| YUV | 139.12 | 59.08 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 17 | 0.91 | 0 | 0.92 | 0.13 | 118.83 | 0.86 | 0.47 |
| Hex | 15 | DF | 11 | 5B | 0 | 5C | D | 77 | 56 | 2F |
| Octal | 25 | 337 | 21 | 133 | 0 | 134 | 15 | 167 | 126 | 57 |
| Binary | 10101 | 11011111 | 10001 | 1011011 | 0 | 1011100 | 1101 | 1110111 | 1010110 | 101111 |
Color Harmonies of #15DF11
Complementary color
Monochromatic Colors of #15DF11
Black with #15DF11
Text Example
Text Example
White with #15DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DF11; }
p { color: rgb(21,223,17); }
H1.HeaderClassName
{
color: #15DF11;
}
.AnyTagClassName
{
color: #15DF11;
}
</style>
background-color css
<style>
a { background-color: #15DF11; }
a { background-color: rgb(21,223,17); }
div.DivClassName
{
background-color: #15DF11;
}
.BgClassName
{
background-color: #15DF11;
}
</style>
border-color css
<style>
span { border-color: #15DF11; }
span { border-color: rgb(21,223,17); }
td.TdClassName
{
border-color: #15DF11;
}
.TagClassName
{
border-color: #15DF11;
}
</style>