Shades of Free Speech Green #15DF05
Tints of Free Speech Green #15DF05
RGB
CMYK
RGB Variations
Color information
#15DF05 (or 0x15DF05) is known color: Free Speech Green. HEX triplet: 15, DF and 05. RGB value is (21,223,5). Sum of RGB (Red+Green+Blue) = 21+223+5=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 223 (87.5% from 255 or 89.56% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DF05 is #EA20FA. Grayscale: #8A8A8A. Windows color (decimal): -15343867 or 384789. OLE color: 384789.
HSL color Cylindrical-coordinate representation of color #15DF05: hue angle of 115.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15DF05 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 5 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.13 |
| HSL | 115.6º | 0.96% | 0.45% | - |
| HSV(B) | 115.6º | 0.98% | 0.87% | - |
| XYZ | 26.72 | 52.95 | 8.95 | - |
| YUV | 137.75 | 53.08 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 5 | 0.91 | 0 | 0.98 | 0.13 | 115.6 | 0.96 | 0.45 |
| Hex | 15 | DF | 5 | 5B | 0 | 62 | D | 74 | 60 | 2D |
| Octal | 25 | 337 | 5 | 133 | 0 | 142 | 15 | 164 | 140 | 55 |
| Binary | 10101 | 11011111 | 101 | 1011011 | 0 | 1100010 | 1101 | 1110100 | 1100000 | 101101 |
Color Harmonies of #15DF05
Complementary color
Monochromatic Colors of #15DF05
Black with #15DF05
Text Example
Text Example
White with #15DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DF05; }
p { color: rgb(21,223,5); }
H1.HeaderClassName
{
color: #15DF05;
}
.AnyTagClassName
{
color: #15DF05;
}
</style>
background-color css
<style>
a { background-color: #15DF05; }
a { background-color: rgb(21,223,5); }
div.DivClassName
{
background-color: #15DF05;
}
.BgClassName
{
background-color: #15DF05;
}
</style>
border-color css
<style>
span { border-color: #15DF05; }
span { border-color: rgb(21,223,5); }
td.TdClassName
{
border-color: #15DF05;
}
.TagClassName
{
border-color: #15DF05;
}
</style>