Shades of Free Speech Green #15DD21
Tints of Free Speech Green #15DD21
RGB
CMYK
RGB Variations
Color information
#15DD21 (or 0x15DD21) is known color: Free Speech Green. HEX triplet: 15, DD and 21. RGB value is (21,221,33). Sum of RGB (Red+Green+Blue) = 21+221+33=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 221 (86.72% from 255 or 80.36% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DD21 is #EA22DE. Grayscale: #8C8C8C. Windows color (decimal): -15344351 or 2219285. OLE color: 2219285.
HSL color Cylindrical-coordinate representation of color #15DD21: hue angle of 123.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DD21 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 33 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.13 |
| HSL | 123.6º | 0.83% | 0.47% | - |
| HSV(B) | 123.6º | 0.9% | 0.87% | - |
| XYZ | 26.44 | 51.98 | 10.08 | - |
| YUV | 139.77 | 67.74 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 33 | 0.90 | 0 | 0.85 | 0.13 | 123.6 | 0.83 | 0.47 |
| Hex | 15 | DD | 21 | 5A | 0 | 55 | D | 7C | 53 | 2F |
| Octal | 25 | 335 | 41 | 132 | 0 | 125 | 15 | 174 | 123 | 57 |
| Binary | 10101 | 11011101 | 100001 | 1011010 | 0 | 1010101 | 1101 | 1111100 | 1010011 | 101111 |
Color Harmonies of #15DD21
Complementary color
Monochromatic Colors of #15DD21
Black with #15DD21
Text Example
Text Example
White with #15DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DD21; }
p { color: rgb(21,221,33); }
H1.HeaderClassName
{
color: #15DD21;
}
.AnyTagClassName
{
color: #15DD21;
}
</style>
background-color css
<style>
a { background-color: #15DD21; }
a { background-color: rgb(21,221,33); }
div.DivClassName
{
background-color: #15DD21;
}
.BgClassName
{
background-color: #15DD21;
}
</style>
border-color css
<style>
span { border-color: #15DD21; }
span { border-color: rgb(21,221,33); }
td.TdClassName
{
border-color: #15DD21;
}
.TagClassName
{
border-color: #15DD21;
}
</style>