Shades of Free Speech Green #05FE18
Tints of Free Speech Green #05FE18
RGB
CMYK
RGB Variations
Color information
#05FE18 (or 0x05FE18) is known color: Free Speech Green. HEX triplet: 05, FE and 18. RGB value is (5,254,24). Sum of RGB (Red+Green+Blue) = 5+254+24=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 254 (99.61% from 255 or 89.75% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FE18 is #FA01E7. Grayscale: #999999. Windows color (decimal): -16384488 or 1637893. OLE color: 1637893.
HSL color Cylindrical-coordinate representation of color #05FE18: hue angle of 124.58º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE18 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 24 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.00 |
| HSL | 124.58º | 0.99% | 0.51% | - |
| HSV(B) | 124.58º | 0.98% | 1% | - |
| XYZ | 35.67 | 70.98 | 12.69 | - |
| YUV | 153.33 | 55.01 | 22.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 24 | 0.98 | 0 | 0.91 | 0.00 | 124.58 | 0.99 | 0.51 |
| Hex | 5 | FE | 18 | 62 | 0 | 5B | 0 | 7D | 63 | 33 |
| Octal | 5 | 376 | 30 | 142 | 0 | 133 | 0 | 175 | 143 | 63 |
| Binary | 101 | 11111110 | 11000 | 1100010 | 0 | 1011011 | 0 | 1111101 | 1100011 | 110011 |
Color Harmonies of #05FE18
Complementary color
Monochromatic Colors of #05FE18
Black with #05FE18
Text Example
Text Example
White with #05FE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE18; }
p { color: rgb(5,254,24); }
H1.HeaderClassName
{
color: #05FE18;
}
.AnyTagClassName
{
color: #05FE18;
}
</style>
background-color css
<style>
a { background-color: #05FE18; }
a { background-color: rgb(5,254,24); }
div.DivClassName
{
background-color: #05FE18;
}
.BgClassName
{
background-color: #05FE18;
}
</style>
border-color css
<style>
span { border-color: #05FE18; }
span { border-color: rgb(5,254,24); }
td.TdClassName
{
border-color: #05FE18;
}
.TagClassName
{
border-color: #05FE18;
}
</style>