Shades of Free Speech Green #05DB11
Tints of Free Speech Green #05DB11
RGB
CMYK
RGB Variations
Color information
#05DB11 (or 0x05DB11) is known color: Free Speech Green. HEX triplet: 05, DB and 11. RGB value is (5,219,17). Sum of RGB (Red+Green+Blue) = 5+219+17=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 219 (85.94% from 255 or 90.87% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DB11 is #FA24EE. Grayscale: #848484. Windows color (decimal): -16393455 or 1170181. OLE color: 1170181.
HSL color Cylindrical-coordinate representation of color #05DB11: hue angle of 123.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB11 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 17 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.14 |
| HSL | 123.36º | 0.96% | 0.44% | - |
| HSV(B) | 123.36º | 0.98% | 0.86% | - |
| XYZ | 25.5 | 50.74 | 8.98 | - |
| YUV | 131.99 | 63.1 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 17 | 0.98 | 0 | 0.92 | 0.14 | 123.36 | 0.96 | 0.44 |
| Hex | 5 | DB | 11 | 62 | 0 | 5C | E | 7B | 60 | 2C |
| Octal | 5 | 333 | 21 | 142 | 0 | 134 | 16 | 173 | 140 | 54 |
| Binary | 101 | 11011011 | 10001 | 1100010 | 0 | 1011100 | 1110 | 1111011 | 1100000 | 101100 |
Color Harmonies of #05DB11
Complementary color
Monochromatic Colors of #05DB11
Black with #05DB11
Text Example
Text Example
White with #05DB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB11; }
p { color: rgb(5,219,17); }
H1.HeaderClassName
{
color: #05DB11;
}
.AnyTagClassName
{
color: #05DB11;
}
</style>
background-color css
<style>
a { background-color: #05DB11; }
a { background-color: rgb(5,219,17); }
div.DivClassName
{
background-color: #05DB11;
}
.BgClassName
{
background-color: #05DB11;
}
</style>
border-color css
<style>
span { border-color: #05DB11; }
span { border-color: rgb(5,219,17); }
td.TdClassName
{
border-color: #05DB11;
}
.TagClassName
{
border-color: #05DB11;
}
</style>