Shades of Free Speech Green #15DD07
Tints of Free Speech Green #15DD07
RGB
CMYK
RGB Variations
Color information
#15DD07 (or 0x15DD07) is known color: Free Speech Green. HEX triplet: 15, DD and 07. RGB value is (21,221,7). Sum of RGB (Red+Green+Blue) = 21+221+7=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 221 (86.72% from 255 or 88.76% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DD07 is #EA22F8. Grayscale: #898989. Windows color (decimal): -15344377 or 515349. OLE color: 515349.
HSL color Cylindrical-coordinate representation of color #15DD07: hue angle of 116.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15DD07 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 7 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.13 |
| HSL | 116.07º | 0.94% | 0.45% | - |
| HSV(B) | 116.07º | 0.97% | 0.87% | - |
| XYZ | 26.2 | 51.89 | 8.84 | - |
| YUV | 136.8 | 54.74 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 7 | 0.90 | 0 | 0.97 | 0.13 | 116.07 | 0.94 | 0.45 |
| Hex | 15 | DD | 7 | 5A | 0 | 61 | D | 74 | 5E | 2D |
| Octal | 25 | 335 | 7 | 132 | 0 | 141 | 15 | 164 | 136 | 55 |
| Binary | 10101 | 11011101 | 111 | 1011010 | 0 | 1100001 | 1101 | 1110100 | 1011110 | 101101 |
Color Harmonies of #15DD07
Complementary color
Monochromatic Colors of #15DD07
Black with #15DD07
Text Example
Text Example
White with #15DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DD07; }
p { color: rgb(21,221,7); }
H1.HeaderClassName
{
color: #15DD07;
}
.AnyTagClassName
{
color: #15DD07;
}
</style>
background-color css
<style>
a { background-color: #15DD07; }
a { background-color: rgb(21,221,7); }
div.DivClassName
{
background-color: #15DD07;
}
.BgClassName
{
background-color: #15DD07;
}
</style>
border-color css
<style>
span { border-color: #15DD07; }
span { border-color: rgb(21,221,7); }
td.TdClassName
{
border-color: #15DD07;
}
.TagClassName
{
border-color: #15DD07;
}
</style>