Shades of Free Speech Green #05FF19
Tints of Free Speech Green #05FF19
RGB
CMYK
RGB Variations
Color information
#05FF19 (or 0x05FF19) is known color: Free Speech Green. HEX triplet: 05, FF and 19. RGB value is (5,255,25). Sum of RGB (Red+Green+Blue) = 5+255+25=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 255 (100% from 255 or 89.47% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FF19 is #FA00E6. Grayscale: #9A9A9A. Windows color (decimal): -16384231 or 1703685. OLE color: 1703685.
HSL color Cylindrical-coordinate representation of color #05FF19: hue angle of 124.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF19 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 25 | - |
| CMYK | 0.98 | 0 | 0.90 | 0 |
| HSL | 124.8º | 1% | 0.51% | - |
| HSV(B) | 124.8º | 0.98% | 1% | - |
| XYZ | 36 | 71.62 | 12.85 | - |
| YUV | 154.03 | 55.18 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 25 | 0.98 | 0 | 0.90 | 0 | 124.8 | 1 | 0.51 |
| Hex | 5 | FF | 19 | 62 | 0 | 5A | 0 | 7D | 64 | 33 |
| Octal | 5 | 377 | 31 | 142 | 0 | 132 | 0 | 175 | 144 | 63 |
| Binary | 101 | 11111111 | 11001 | 1100010 | 0 | 1011010 | 0 | 1111101 | 1100100 | 110011 |
Color Harmonies of #05FF19
Complementary color
Monochromatic Colors of #05FF19
Black with #05FF19
Text Example
Text Example
White with #05FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF19; }
p { color: rgb(5,255,25); }
H1.HeaderClassName
{
color: #05FF19;
}
.AnyTagClassName
{
color: #05FF19;
}
</style>
background-color css
<style>
a { background-color: #05FF19; }
a { background-color: rgb(5,255,25); }
div.DivClassName
{
background-color: #05FF19;
}
.BgClassName
{
background-color: #05FF19;
}
</style>
border-color css
<style>
span { border-color: #05FF19; }
span { border-color: rgb(5,255,25); }
td.TdClassName
{
border-color: #05FF19;
}
.TagClassName
{
border-color: #05FF19;
}
</style>