Shades of Free Speech Green #05C90D
Tints of Free Speech Green #05C90D
RGB
CMYK
RGB Variations
Color information
#05C90D (or 0x05C90D) is known color: Free Speech Green. HEX triplet: 05, C9 and 0D. RGB value is (5,201,13). Sum of RGB (Red+Green+Blue) = 5+201+13=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 201 (78.91% from 255 or 91.78% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 201 - color contains mainly: green. Hex color #05C90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C90D is #FA36F2. Grayscale: #797979. Windows color (decimal): -16398067 or 903429. OLE color: 903429.
HSL color Cylindrical-coordinate representation of color #05C90D: hue angle of 122.45º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C90D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.21 |
| HSL | 122.45º | 0.95% | 0.4% | - |
| HSV(B) | 122.45º | 0.98% | 0.79% | - |
| XYZ | 21.02 | 41.83 | 7.35 | - |
| YUV | 120.96 | 67.07 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 13 | 0.98 | 0 | 0.94 | 0.21 | 122.45 | 0.95 | 0.4 |
| Hex | 5 | C9 | D | 62 | 0 | 5E | 15 | 7A | 5F | 28 |
| Octal | 5 | 311 | 15 | 142 | 0 | 136 | 25 | 172 | 137 | 50 |
| Binary | 101 | 11001001 | 1101 | 1100010 | 0 | 1011110 | 10101 | 1111010 | 1011111 | 101000 |
Color Harmonies of #05C90D
Complementary color
Monochromatic Colors of #05C90D
Black with #05C90D
Text Example
Text Example
White with #05C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C90D; }
p { color: rgb(5,201,13); }
H1.HeaderClassName
{
color: #05C90D;
}
.AnyTagClassName
{
color: #05C90D;
}
</style>
background-color css
<style>
a { background-color: #05C90D; }
a { background-color: rgb(5,201,13); }
div.DivClassName
{
background-color: #05C90D;
}
.BgClassName
{
background-color: #05C90D;
}
</style>
border-color css
<style>
span { border-color: #05C90D; }
span { border-color: rgb(5,201,13); }
td.TdClassName
{
border-color: #05C90D;
}
.TagClassName
{
border-color: #05C90D;
}
</style>