Shades of Free Speech Green #05FE25
Tints of Free Speech Green #05FE25
RGB
CMYK
RGB Variations
Color information
#05FE25 (or 0x05FE25) is known color: Free Speech Green. HEX triplet: 05, FE and 25. RGB value is (5,254,37). Sum of RGB (Red+Green+Blue) = 5+254+37=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 254 (99.61% from 255 or 85.81% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FE25 is #FA01DA. Grayscale: #9B9B9B. Windows color (decimal): -16384475 or 2489861. OLE color: 2489861.
HSL color Cylindrical-coordinate representation of color #05FE25: hue angle of 127.71º 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 #05FE25 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 37 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.00 |
| HSL | 127.71º | 0.99% | 0.51% | - |
| HSV(B) | 127.71º | 0.98% | 1% | - |
| XYZ | 35.84 | 71.05 | 13.58 | - |
| YUV | 154.81 | 61.51 | 21.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 37 | 0.98 | 0 | 0.85 | 0.00 | 127.71 | 0.99 | 0.51 |
| Hex | 5 | FE | 25 | 62 | 0 | 55 | 0 | 80 | 63 | 33 |
| Octal | 5 | 376 | 45 | 142 | 0 | 125 | 0 | 200 | 143 | 63 |
| Binary | 101 | 11111110 | 100101 | 1100010 | 0 | 1010101 | 0 | 10000000 | 1100011 | 110011 |
Color Harmonies of #05FE25
Complementary color
Monochromatic Colors of #05FE25
Black with #05FE25
Text Example
Text Example
White with #05FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE25; }
p { color: rgb(5,254,37); }
H1.HeaderClassName
{
color: #05FE25;
}
.AnyTagClassName
{
color: #05FE25;
}
</style>
background-color css
<style>
a { background-color: #05FE25; }
a { background-color: rgb(5,254,37); }
div.DivClassName
{
background-color: #05FE25;
}
.BgClassName
{
background-color: #05FE25;
}
</style>
border-color css
<style>
span { border-color: #05FE25; }
span { border-color: rgb(5,254,37); }
td.TdClassName
{
border-color: #05FE25;
}
.TagClassName
{
border-color: #05FE25;
}
</style>