Shades of Free Speech Green #05F90E
Tints of Free Speech Green #05F90E
RGB
CMYK
RGB Variations
Color information
#05F90E (or 0x05F90E) is known color: Free Speech Green. HEX triplet: 05, F9 and 0E. RGB value is (5,249,14). Sum of RGB (Red+Green+Blue) = 5+249+14=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 249 (97.66% from 255 or 92.91% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 249 - color contains mainly: green. Hex color #05F90E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F90E is #FA06F1. Grayscale: #959595. Windows color (decimal): -16385778 or 981253. OLE color: 981253.
HSL color Cylindrical-coordinate representation of color #05F90E: hue angle of 122.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F90E is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 14 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.02 |
| HSL | 122.21º | 0.96% | 0.5% | - |
| HSV(B) | 122.21º | 0.98% | 0.98% | - |
| XYZ | 34.02 | 67.82 | 11.71 | - |
| YUV | 149.25 | 51.66 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 14 | 0.98 | 0 | 0.94 | 0.02 | 122.21 | 0.96 | 0.5 |
| Hex | 5 | F9 | E | 62 | 0 | 5E | 2 | 7A | 60 | 32 |
| Octal | 5 | 371 | 16 | 142 | 0 | 136 | 2 | 172 | 140 | 62 |
| Binary | 101 | 11111001 | 1110 | 1100010 | 0 | 1011110 | 10 | 1111010 | 1100000 | 110010 |
Color Harmonies of #05F90E
Complementary color
Monochromatic Colors of #05F90E
Black with #05F90E
Text Example
Text Example
White with #05F90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F90E; }
p { color: rgb(5,249,14); }
H1.HeaderClassName
{
color: #05F90E;
}
.AnyTagClassName
{
color: #05F90E;
}
</style>
background-color css
<style>
a { background-color: #05F90E; }
a { background-color: rgb(5,249,14); }
div.DivClassName
{
background-color: #05F90E;
}
.BgClassName
{
background-color: #05F90E;
}
</style>
border-color css
<style>
span { border-color: #05F90E; }
span { border-color: rgb(5,249,14); }
td.TdClassName
{
border-color: #05F90E;
}
.TagClassName
{
border-color: #05F90E;
}
</style>