Shades of Free Speech Green #10DB05
Tints of Free Speech Green #10DB05
RGB
CMYK
RGB Variations
Color information
#10DB05 (or 0x10DB05) is known color: Free Speech Green. HEX triplet: 10, DB and 05. RGB value is (16,219,5). Sum of RGB (Red+Green+Blue) = 16+219+5=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 219 (85.94% from 255 or 91.25% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DB05 is #EF24FA. Grayscale: #868686. Windows color (decimal): -15672571 or 383760. OLE color: 383760.
HSL color Cylindrical-coordinate representation of color #10DB05: hue angle of 116.92º 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 #10DB05 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 219 | 5 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.14 |
| HSL | 116.92º | 0.96% | 0.44% | - |
| HSV(B) | 116.92º | 0.98% | 0.86% | - |
| XYZ | 25.57 | 50.78 | 8.6 | - |
| YUV | 133.91 | 55.25 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 219 | 5 | 0.93 | 0 | 0.98 | 0.14 | 116.92 | 0.96 | 0.44 |
| Hex | 10 | DB | 5 | 5D | 0 | 62 | E | 75 | 60 | 2C |
| Octal | 20 | 333 | 5 | 135 | 0 | 142 | 16 | 165 | 140 | 54 |
| Binary | 10000 | 11011011 | 101 | 1011101 | 0 | 1100010 | 1110 | 1110101 | 1100000 | 101100 |
Color Harmonies of #10DB05
Complementary color
Monochromatic Colors of #10DB05
Black with #10DB05
Text Example
Text Example
White with #10DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DB05; }
p { color: rgb(16,219,5); }
H1.HeaderClassName
{
color: #10DB05;
}
.AnyTagClassName
{
color: #10DB05;
}
</style>
background-color css
<style>
a { background-color: #10DB05; }
a { background-color: rgb(16,219,5); }
div.DivClassName
{
background-color: #10DB05;
}
.BgClassName
{
background-color: #10DB05;
}
</style>
border-color css
<style>
span { border-color: #10DB05; }
span { border-color: rgb(16,219,5); }
td.TdClassName
{
border-color: #10DB05;
}
.TagClassName
{
border-color: #10DB05;
}
</style>