Shades of Free Speech Green #05D20D
Tints of Free Speech Green #05D20D
RGB
CMYK
RGB Variations
Color information
#05D20D (or 0x05D20D) is known color: Free Speech Green. HEX triplet: 05, D2 and 0D. RGB value is (5,210,13). Sum of RGB (Red+Green+Blue) = 5+210+13=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 210 (82.42% from 255 or 92.11% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 210 - color contains mainly: green. Hex color #05D20D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D20D is #FA2DF2. Grayscale: #7E7E7E. Windows color (decimal): -16395763 or 905733. OLE color: 905733.
HSL color Cylindrical-coordinate representation of color #05D20D: hue angle of 122.34º 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 #05D20D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.18 |
| HSL | 122.34º | 0.95% | 0.42% | - |
| HSV(B) | 122.34º | 0.98% | 0.82% | - |
| XYZ | 23.18 | 46.15 | 8.07 | - |
| YUV | 126.25 | 64.08 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 13 | 0.98 | 0 | 0.94 | 0.18 | 122.34 | 0.95 | 0.42 |
| Hex | 5 | D2 | D | 62 | 0 | 5E | 12 | 7A | 5F | 2A |
| Octal | 5 | 322 | 15 | 142 | 0 | 136 | 22 | 172 | 137 | 52 |
| Binary | 101 | 11010010 | 1101 | 1100010 | 0 | 1011110 | 10010 | 1111010 | 1011111 | 101010 |
Color Harmonies of #05D20D
Complementary color
Monochromatic Colors of #05D20D
Black with #05D20D
Text Example
Text Example
White with #05D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D20D; }
p { color: rgb(5,210,13); }
H1.HeaderClassName
{
color: #05D20D;
}
.AnyTagClassName
{
color: #05D20D;
}
</style>
background-color css
<style>
a { background-color: #05D20D; }
a { background-color: rgb(5,210,13); }
div.DivClassName
{
background-color: #05D20D;
}
.BgClassName
{
background-color: #05D20D;
}
</style>
border-color css
<style>
span { border-color: #05D20D; }
span { border-color: rgb(5,210,13); }
td.TdClassName
{
border-color: #05D20D;
}
.TagClassName
{
border-color: #05D20D;
}
</style>