Shades of Free Speech Green #05D319
Tints of Free Speech Green #05D319
RGB
CMYK
RGB Variations
Color information
#05D319 (or 0x05D319) is known color: Free Speech Green. HEX triplet: 05, D3 and 19. RGB value is (5,211,25). Sum of RGB (Red+Green+Blue) = 5+211+25=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 211 (82.81% from 255 or 87.55% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 211 - color contains mainly: green. Hex color #05D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D319 is #FA2CE6. Grayscale: #808080. Windows color (decimal): -16395495 or 1692421. OLE color: 1692421.
HSL color Cylindrical-coordinate representation of color #05D319: hue angle of 125.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D319 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 211 | 25 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.17 |
| HSL | 125.83º | 0.95% | 0.42% | - |
| HSV(B) | 125.83º | 0.98% | 0.83% | - |
| XYZ | 23.53 | 46.69 | 8.69 | - |
| YUV | 128.2 | 69.75 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 211 | 25 | 0.98 | 0 | 0.88 | 0.17 | 125.83 | 0.95 | 0.42 |
| Hex | 5 | D3 | 19 | 62 | 0 | 58 | 11 | 7E | 5F | 2A |
| Octal | 5 | 323 | 31 | 142 | 0 | 130 | 21 | 176 | 137 | 52 |
| Binary | 101 | 11010011 | 11001 | 1100010 | 0 | 1011000 | 10001 | 1111110 | 1011111 | 101010 |
Color Harmonies of #05D319
Complementary color
Monochromatic Colors of #05D319
Black with #05D319
Text Example
Text Example
White with #05D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D319; }
p { color: rgb(5,211,25); }
H1.HeaderClassName
{
color: #05D319;
}
.AnyTagClassName
{
color: #05D319;
}
</style>
background-color css
<style>
a { background-color: #05D319; }
a { background-color: rgb(5,211,25); }
div.DivClassName
{
background-color: #05D319;
}
.BgClassName
{
background-color: #05D319;
}
</style>
border-color css
<style>
span { border-color: #05D319; }
span { border-color: rgb(5,211,25); }
td.TdClassName
{
border-color: #05D319;
}
.TagClassName
{
border-color: #05D319;
}
</style>