Shades of Free Speech Green #05DA0C
Tints of Free Speech Green #05DA0C
RGB
CMYK
RGB Variations
Color information
#05DA0C (or 0x05DA0C) is known color: Free Speech Green. HEX triplet: 05, DA and 0C. RGB value is (5,218,12). Sum of RGB (Red+Green+Blue) = 5+218+12=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 218 (85.55% from 255 or 92.77% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DA0C is #FA25F3. Grayscale: #838383. Windows color (decimal): -16393716 or 842245. OLE color: 842245.
HSL color Cylindrical-coordinate representation of color #05DA0C: hue angle of 121.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DA0C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 218 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.15 |
| HSL | 121.97º | 0.96% | 0.44% | - |
| HSV(B) | 121.97º | 0.98% | 0.85% | - |
| XYZ | 25.2 | 50.2 | 8.71 | - |
| YUV | 130.83 | 60.93 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 218 | 12 | 0.98 | 0 | 0.94 | 0.15 | 121.97 | 0.96 | 0.44 |
| Hex | 5 | DA | C | 62 | 0 | 5E | F | 7A | 60 | 2C |
| Octal | 5 | 332 | 14 | 142 | 0 | 136 | 17 | 172 | 140 | 54 |
| Binary | 101 | 11011010 | 1100 | 1100010 | 0 | 1011110 | 1111 | 1111010 | 1100000 | 101100 |
Color Harmonies of #05DA0C
Complementary color
Monochromatic Colors of #05DA0C
Black with #05DA0C
Text Example
Text Example
White with #05DA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DA0C; }
p { color: rgb(5,218,12); }
H1.HeaderClassName
{
color: #05DA0C;
}
.AnyTagClassName
{
color: #05DA0C;
}
</style>
background-color css
<style>
a { background-color: #05DA0C; }
a { background-color: rgb(5,218,12); }
div.DivClassName
{
background-color: #05DA0C;
}
.BgClassName
{
background-color: #05DA0C;
}
</style>
border-color css
<style>
span { border-color: #05DA0C; }
span { border-color: rgb(5,218,12); }
td.TdClassName
{
border-color: #05DA0C;
}
.TagClassName
{
border-color: #05DA0C;
}
</style>