Shades of Free Speech Green #1FDD10
Tints of Free Speech Green #1FDD10
RGB
CMYK
RGB Variations
Color information
#1FDD10 (or 0x1FDD10) is known color: Free Speech Green. HEX triplet: 1F, DD and 10. RGB value is (31,221,16). Sum of RGB (Red+Green+Blue) = 31+221+16=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDD10 is #E022EF. Grayscale: #8D8D8D. Windows color (decimal): -14689008 or 1105183. OLE color: 1105183.
HSL color Cylindrical-coordinate representation of color #1FDD10: hue angle of 115.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FDD10 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 16 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.13 |
| HSL | 115.61º | 0.86% | 0.46% | - |
| HSV(B) | 115.61º | 0.93% | 0.87% | - |
| XYZ | 26.52 | 52.04 | 9.14 | - |
| YUV | 140.82 | 57.55 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 16 | 0.86 | 0 | 0.93 | 0.13 | 115.61 | 0.86 | 0.46 |
| Hex | 1F | DD | 10 | 56 | 0 | 5D | D | 74 | 56 | 2E |
| Octal | 37 | 335 | 20 | 126 | 0 | 135 | 15 | 164 | 126 | 56 |
| Binary | 11111 | 11011101 | 10000 | 1010110 | 0 | 1011101 | 1101 | 1110100 | 1010110 | 101110 |
Color Harmonies of #1FDD10
Complementary color
Monochromatic Colors of #1FDD10
Black with #1FDD10
Text Example
Text Example
White with #1FDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD10; }
p { color: rgb(31,221,16); }
H1.HeaderClassName
{
color: #1FDD10;
}
.AnyTagClassName
{
color: #1FDD10;
}
</style>
background-color css
<style>
a { background-color: #1FDD10; }
a { background-color: rgb(31,221,16); }
div.DivClassName
{
background-color: #1FDD10;
}
.BgClassName
{
background-color: #1FDD10;
}
</style>
border-color css
<style>
span { border-color: #1FDD10; }
span { border-color: rgb(31,221,16); }
td.TdClassName
{
border-color: #1FDD10;
}
.TagClassName
{
border-color: #1FDD10;
}
</style>