Shades of Free Speech Green #1FD805
Tints of Free Speech Green #1FD805
RGB
CMYK
RGB Variations
Color information
#1FD805 (or 0x1FD805) is known color: Free Speech Green. HEX triplet: 1F, D8 and 05. RGB value is (31,216,5). Sum of RGB (Red+Green+Blue) = 31+216+5=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 216 (84.77% from 255 or 85.71% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD805 is #E027FA. Grayscale: #898989. Windows color (decimal): -14690299 or 383007. OLE color: 383007.
HSL color Cylindrical-coordinate representation of color #1FD805: hue angle of 112.61º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FD805 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 216 | 5 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.15 |
| HSL | 112.61º | 0.95% | 0.43% | - |
| HSV(B) | 112.61º | 0.98% | 0.85% | - |
| XYZ | 25.15 | 49.41 | 8.36 | - |
| YUV | 136.63 | 53.71 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 5 | 0.86 | 0 | 0.98 | 0.15 | 112.61 | 0.95 | 0.43 |
| Hex | 1F | D8 | 5 | 56 | 0 | 62 | F | 71 | 5F | 2B |
| Octal | 37 | 330 | 5 | 126 | 0 | 142 | 17 | 161 | 137 | 53 |
| Binary | 11111 | 11011000 | 101 | 1010110 | 0 | 1100010 | 1111 | 1110001 | 1011111 | 101011 |
Color Harmonies of #1FD805
Complementary color
Monochromatic Colors of #1FD805
Black with #1FD805
Text Example
Text Example
White with #1FD805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD805; }
p { color: rgb(31,216,5); }
H1.HeaderClassName
{
color: #1FD805;
}
.AnyTagClassName
{
color: #1FD805;
}
</style>
background-color css
<style>
a { background-color: #1FD805; }
a { background-color: rgb(31,216,5); }
div.DivClassName
{
background-color: #1FD805;
}
.BgClassName
{
background-color: #1FD805;
}
</style>
border-color css
<style>
span { border-color: #1FD805; }
span { border-color: rgb(31,216,5); }
td.TdClassName
{
border-color: #1FD805;
}
.TagClassName
{
border-color: #1FD805;
}
</style>