Shades of Free Speech Green #1FF505
Tints of Free Speech Green #1FF505
RGB
CMYK
RGB Variations
Color information
#1FF505 (or 0x1FF505) is known color: Free Speech Green. HEX triplet: 1F, F5 and 05. RGB value is (31,245,5). Sum of RGB (Red+Green+Blue) = 31+245+5=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 245 (96.09% from 255 or 87.19% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 245 - color contains mainly: green. Hex color #1FF505 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF505 is #E00AFA. Grayscale: #9A9A9A. Windows color (decimal): -14682875 or 390431. OLE color: 390431.
HSL color Cylindrical-coordinate representation of color #1FF505: hue angle of 113.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FF505 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 245 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.04 |
| HSL | 113.5º | 0.96% | 0.49% | - |
| HSV(B) | 113.5º | 0.98% | 0.96% | - |
| XYZ | 33.24 | 65.61 | 11.05 | - |
| YUV | 153.65 | 44.1 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 245 | 5 | 0.87 | 0 | 0.98 | 0.04 | 113.5 | 0.96 | 0.49 |
| Hex | 1F | F5 | 5 | 57 | 0 | 62 | 4 | 72 | 60 | 31 |
| Octal | 37 | 365 | 5 | 127 | 0 | 142 | 4 | 162 | 140 | 61 |
| Binary | 11111 | 11110101 | 101 | 1010111 | 0 | 1100010 | 100 | 1110010 | 1100000 | 110001 |
Color Harmonies of #1FF505
Complementary color
Monochromatic Colors of #1FF505
Black with #1FF505
Text Example
Text Example
White with #1FF505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF505; }
p { color: rgb(31,245,5); }
H1.HeaderClassName
{
color: #1FF505;
}
.AnyTagClassName
{
color: #1FF505;
}
</style>
background-color css
<style>
a { background-color: #1FF505; }
a { background-color: rgb(31,245,5); }
div.DivClassName
{
background-color: #1FF505;
}
.BgClassName
{
background-color: #1FF505;
}
</style>
border-color css
<style>
span { border-color: #1FF505; }
span { border-color: rgb(31,245,5); }
td.TdClassName
{
border-color: #1FF505;
}
.TagClassName
{
border-color: #1FF505;
}
</style>