Shades of Free Speech Green #05D90D
Tints of Free Speech Green #05D90D
RGB
CMYK
RGB Variations
Color information
#05D90D (or 0x05D90D) is known color: Free Speech Green. HEX triplet: 05, D9 and 0D. RGB value is (5,217,13). Sum of RGB (Red+Green+Blue) = 5+217+13=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 217 (85.16% from 255 or 92.34% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 217 - color contains mainly: green. Hex color #05D90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D90D is #FA26F2. Grayscale: #828282. Windows color (decimal): -16393971 or 907525. OLE color: 907525.
HSL color Cylindrical-coordinate representation of color #05D90D: hue angle of 122.26º degrees, saturation: 0.95, 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 #05D90D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.15 |
| HSL | 122.26º | 0.95% | 0.44% | - |
| HSV(B) | 122.26º | 0.98% | 0.85% | - |
| XYZ | 24.95 | 49.69 | 8.66 | - |
| YUV | 130.36 | 61.76 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 13 | 0.98 | 0 | 0.94 | 0.15 | 122.26 | 0.95 | 0.44 |
| Hex | 5 | D9 | D | 62 | 0 | 5E | F | 7A | 5F | 2C |
| Octal | 5 | 331 | 15 | 142 | 0 | 136 | 17 | 172 | 137 | 54 |
| Binary | 101 | 11011001 | 1101 | 1100010 | 0 | 1011110 | 1111 | 1111010 | 1011111 | 101100 |
Color Harmonies of #05D90D
Complementary color
Monochromatic Colors of #05D90D
Black with #05D90D
Text Example
Text Example
White with #05D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D90D; }
p { color: rgb(5,217,13); }
H1.HeaderClassName
{
color: #05D90D;
}
.AnyTagClassName
{
color: #05D90D;
}
</style>
background-color css
<style>
a { background-color: #05D90D; }
a { background-color: rgb(5,217,13); }
div.DivClassName
{
background-color: #05D90D;
}
.BgClassName
{
background-color: #05D90D;
}
</style>
border-color css
<style>
span { border-color: #05D90D; }
span { border-color: rgb(5,217,13); }
td.TdClassName
{
border-color: #05D90D;
}
.TagClassName
{
border-color: #05D90D;
}
</style>