Shades of Free Speech Green #05FF0F
Tints of Free Speech Green #05FF0F
RGB
CMYK
RGB Variations
Color information
#05FF0F (or 0x05FF0F) is known color: Free Speech Green. HEX triplet: 05, FF and 0F. RGB value is (5,255,15). Sum of RGB (Red+Green+Blue) = 5+255+15=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 255 (100% from 255 or 92.73% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FF0F is #FA00F0. Grayscale: #999999. Windows color (decimal): -16384241 or 1048325. OLE color: 1048325.
HSL color Cylindrical-coordinate representation of color #05FF0F: hue angle of 122.4º 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 #05FF0F is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 15 | - |
| CMYK | 0.98 | 0 | 0.94 | 0 |
| HSL | 122.4º | 1% | 0.51% | - |
| HSV(B) | 122.4º | 0.98% | 1% | - |
| XYZ | 35.91 | 71.59 | 12.38 | - |
| YUV | 152.89 | 50.18 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 15 | 0.98 | 0 | 0.94 | 0 | 122.4 | 1 | 0.51 |
| Hex | 5 | FF | F | 62 | 0 | 5E | 0 | 7A | 64 | 33 |
| Octal | 5 | 377 | 17 | 142 | 0 | 136 | 0 | 172 | 144 | 63 |
| Binary | 101 | 11111111 | 1111 | 1100010 | 0 | 1011110 | 0 | 1111010 | 1100100 | 110011 |
Color Harmonies of #05FF0F
Complementary color
Monochromatic Colors of #05FF0F
Black with #05FF0F
Text Example
Text Example
White with #05FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF0F; }
p { color: rgb(5,255,15); }
H1.HeaderClassName
{
color: #05FF0F;
}
.AnyTagClassName
{
color: #05FF0F;
}
</style>
background-color css
<style>
a { background-color: #05FF0F; }
a { background-color: rgb(5,255,15); }
div.DivClassName
{
background-color: #05FF0F;
}
.BgClassName
{
background-color: #05FF0F;
}
</style>
border-color css
<style>
span { border-color: #05FF0F; }
span { border-color: rgb(5,255,15); }
td.TdClassName
{
border-color: #05FF0F;
}
.TagClassName
{
border-color: #05FF0F;
}
</style>