Shades of Free Speech Green #1FE716
Tints of Free Speech Green #1FE716
RGB
CMYK
RGB Variations
Color information
#1FE716 (or 0x1FE716) is known color: Free Speech Green. HEX triplet: 1F, E7 and 16. RGB value is (31,231,22). Sum of RGB (Red+Green+Blue) = 31+231+22=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 231 (90.62% from 255 or 81.34% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE716 is #E018E9. Grayscale: #949494. Windows color (decimal): -14686442 or 1500959. OLE color: 1500959.
HSL color Cylindrical-coordinate representation of color #1FE716: hue angle of 117.42º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FE716 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 231 | 22 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.09 |
| HSL | 117.42º | 0.83% | 0.5% | - |
| HSV(B) | 117.42º | 0.9% | 0.91% | - |
| XYZ | 29.29 | 57.5 | 10.31 | - |
| YUV | 147.37 | 57.24 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 22 | 0.87 | 0 | 0.90 | 0.09 | 117.42 | 0.83 | 0.5 |
| Hex | 1F | E7 | 16 | 57 | 0 | 5A | 9 | 75 | 53 | 32 |
| Octal | 37 | 347 | 26 | 127 | 0 | 132 | 11 | 165 | 123 | 62 |
| Binary | 11111 | 11100111 | 10110 | 1010111 | 0 | 1011010 | 1001 | 1110101 | 1010011 | 110010 |
Color Harmonies of #1FE716
Complementary color
Monochromatic Colors of #1FE716
Black with #1FE716
Text Example
Text Example
White with #1FE716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE716; }
p { color: rgb(31,231,22); }
H1.HeaderClassName
{
color: #1FE716;
}
.AnyTagClassName
{
color: #1FE716;
}
</style>
background-color css
<style>
a { background-color: #1FE716; }
a { background-color: rgb(31,231,22); }
div.DivClassName
{
background-color: #1FE716;
}
.BgClassName
{
background-color: #1FE716;
}
</style>
border-color css
<style>
span { border-color: #1FE716; }
span { border-color: rgb(31,231,22); }
td.TdClassName
{
border-color: #1FE716;
}
.TagClassName
{
border-color: #1FE716;
}
</style>