Shades of Free Speech Green #08FE25
Tints of Free Speech Green #08FE25
RGB
CMYK
RGB Variations
Color information
#08FE25 (or 0x08FE25) is known color: Free Speech Green. HEX triplet: 08, FE and 25. RGB value is (8,254,37). Sum of RGB (Red+Green+Blue) = 8+254+37=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 254 (99.61% from 255 or 84.95% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 254 - color contains mainly: green. Hex color #08FE25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08FE25 is #F701DA. Grayscale: #9C9C9C. Windows color (decimal): -16187867 or 2489864. OLE color: 2489864.
HSL color Cylindrical-coordinate representation of color #08FE25: hue angle of 127.07º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FE25 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 254 | 37 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.00 |
| HSL | 127.07º | 0.99% | 0.51% | - |
| HSV(B) | 127.07º | 0.97% | 1% | - |
| XYZ | 35.88 | 71.07 | 13.58 | - |
| YUV | 155.71 | 61 | 22.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 37 | 0.97 | 0 | 0.85 | 0.00 | 127.07 | 0.99 | 0.51 |
| Hex | 8 | FE | 25 | 61 | 0 | 55 | 0 | 7F | 63 | 33 |
| Octal | 10 | 376 | 45 | 141 | 0 | 125 | 0 | 177 | 143 | 63 |
| Binary | 1000 | 11111110 | 100101 | 1100001 | 0 | 1010101 | 0 | 1111111 | 1100011 | 110011 |
Color Harmonies of #08FE25
Complementary color
Monochromatic Colors of #08FE25
Black with #08FE25
Text Example
Text Example
White with #08FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FE25; }
p { color: rgb(8,254,37); }
H1.HeaderClassName
{
color: #08FE25;
}
.AnyTagClassName
{
color: #08FE25;
}
</style>
background-color css
<style>
a { background-color: #08FE25; }
a { background-color: rgb(8,254,37); }
div.DivClassName
{
background-color: #08FE25;
}
.BgClassName
{
background-color: #08FE25;
}
</style>
border-color css
<style>
span { border-color: #08FE25; }
span { border-color: rgb(8,254,37); }
td.TdClassName
{
border-color: #08FE25;
}
.TagClassName
{
border-color: #08FE25;
}
</style>