Shades of Free Speech Green #05D511
Tints of Free Speech Green #05D511
RGB
CMYK
RGB Variations
Color information
#05D511 (or 0x05D511) is known color: Free Speech Green. HEX triplet: 05, D5 and 11. RGB value is (5,213,17). Sum of RGB (Red+Green+Blue) = 5+213+17=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 213 (83.59% from 255 or 90.64% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 213 - color contains mainly: green. Hex color #05D511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D511 is #FA2AEE. Grayscale: #818181. Windows color (decimal): -16394991 or 1168645. OLE color: 1168645.
HSL color Cylindrical-coordinate representation of color #05D511: hue angle of 123.46º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D511 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 17 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.16 |
| HSL | 123.46º | 0.95% | 0.43% | - |
| HSV(B) | 123.46º | 0.98% | 0.84% | - |
| XYZ | 23.96 | 47.66 | 8.47 | - |
| YUV | 128.46 | 65.09 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 17 | 0.98 | 0 | 0.92 | 0.16 | 123.46 | 0.95 | 0.43 |
| Hex | 5 | D5 | 11 | 62 | 0 | 5C | 10 | 7B | 5F | 2B |
| Octal | 5 | 325 | 21 | 142 | 0 | 134 | 20 | 173 | 137 | 53 |
| Binary | 101 | 11010101 | 10001 | 1100010 | 0 | 1011100 | 10000 | 1111011 | 1011111 | 101011 |
Color Harmonies of #05D511
Complementary color
Monochromatic Colors of #05D511
Black with #05D511
Text Example
Text Example
White with #05D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D511; }
p { color: rgb(5,213,17); }
H1.HeaderClassName
{
color: #05D511;
}
.AnyTagClassName
{
color: #05D511;
}
</style>
background-color css
<style>
a { background-color: #05D511; }
a { background-color: rgb(5,213,17); }
div.DivClassName
{
background-color: #05D511;
}
.BgClassName
{
background-color: #05D511;
}
</style>
border-color css
<style>
span { border-color: #05D511; }
span { border-color: rgb(5,213,17); }
td.TdClassName
{
border-color: #05D511;
}
.TagClassName
{
border-color: #05D511;
}
</style>