Shades of Free Speech Green #05FF10
Tints of Free Speech Green #05FF10
RGB
CMYK
RGB Variations
Color information
#05FF10 (or 0x05FF10) is known color: Free Speech Green. HEX triplet: 05, FF and 10. RGB value is (5,255,16). Sum of RGB (Red+Green+Blue) = 5+255+16=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 255 (100% from 255 or 92.39% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FF10 is #FA00EF. Grayscale: #999999. Windows color (decimal): -16384240 or 1113861. OLE color: 1113861.
HSL color Cylindrical-coordinate representation of color #05FF10: hue angle of 122.64º 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 #05FF10 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 16 | - |
| CMYK | 0.98 | 0 | 0.94 | 0 |
| HSL | 122.64º | 1% | 0.51% | - |
| HSV(B) | 122.64º | 0.98% | 1% | - |
| XYZ | 35.92 | 71.59 | 12.42 | - |
| YUV | 153 | 50.68 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 16 | 0.98 | 0 | 0.94 | 0 | 122.64 | 1 | 0.51 |
| Hex | 5 | FF | 10 | 62 | 0 | 5E | 0 | 7B | 64 | 33 |
| Octal | 5 | 377 | 20 | 142 | 0 | 136 | 0 | 173 | 144 | 63 |
| Binary | 101 | 11111111 | 10000 | 1100010 | 0 | 1011110 | 0 | 1111011 | 1100100 | 110011 |
Color Harmonies of #05FF10
Complementary color
Monochromatic Colors of #05FF10
Black with #05FF10
Text Example
Text Example
White with #05FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF10; }
p { color: rgb(5,255,16); }
H1.HeaderClassName
{
color: #05FF10;
}
.AnyTagClassName
{
color: #05FF10;
}
</style>
background-color css
<style>
a { background-color: #05FF10; }
a { background-color: rgb(5,255,16); }
div.DivClassName
{
background-color: #05FF10;
}
.BgClassName
{
background-color: #05FF10;
}
</style>
border-color css
<style>
span { border-color: #05FF10; }
span { border-color: rgb(5,255,16); }
td.TdClassName
{
border-color: #05FF10;
}
.TagClassName
{
border-color: #05FF10;
}
</style>