Shades of Free Speech Green #05D110
Tints of Free Speech Green #05D110
RGB
CMYK
RGB Variations
Color information
#05D110 (or 0x05D110) is known color: Free Speech Green. HEX triplet: 05, D1 and 10. RGB value is (5,209,16). Sum of RGB (Red+Green+Blue) = 5+209+16=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 209 (82.03% from 255 or 90.87% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 209 - color contains mainly: green. Hex color #05D110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D110 is #FA2EEF. Grayscale: #7E7E7E. Windows color (decimal): -16396016 or 1102085. OLE color: 1102085.
HSL color Cylindrical-coordinate representation of color #05D110: hue angle of 123.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D110 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 209 | 16 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.18 |
| HSL | 123.24º | 0.95% | 0.42% | - |
| HSV(B) | 123.24º | 0.98% | 0.82% | - |
| XYZ | 22.96 | 45.67 | 8.1 | - |
| YUV | 126 | 65.91 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 209 | 16 | 0.98 | 0 | 0.92 | 0.18 | 123.24 | 0.95 | 0.42 |
| Hex | 5 | D1 | 10 | 62 | 0 | 5C | 12 | 7B | 5F | 2A |
| Octal | 5 | 321 | 20 | 142 | 0 | 134 | 22 | 173 | 137 | 52 |
| Binary | 101 | 11010001 | 10000 | 1100010 | 0 | 1011100 | 10010 | 1111011 | 1011111 | 101010 |
Color Harmonies of #05D110
Complementary color
Monochromatic Colors of #05D110
Black with #05D110
Text Example
Text Example
White with #05D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D110; }
p { color: rgb(5,209,16); }
H1.HeaderClassName
{
color: #05D110;
}
.AnyTagClassName
{
color: #05D110;
}
</style>
background-color css
<style>
a { background-color: #05D110; }
a { background-color: rgb(5,209,16); }
div.DivClassName
{
background-color: #05D110;
}
.BgClassName
{
background-color: #05D110;
}
</style>
border-color css
<style>
span { border-color: #05D110; }
span { border-color: rgb(5,209,16); }
td.TdClassName
{
border-color: #05D110;
}
.TagClassName
{
border-color: #05D110;
}
</style>