Shades of Free Speech Green #05D914
Tints of Free Speech Green #05D914
RGB
CMYK
RGB Variations
Color information
#05D914 (or 0x05D914) is known color: Free Speech Green. HEX triplet: 05, D9 and 14. RGB value is (5,217,20). Sum of RGB (Red+Green+Blue) = 5+217+20=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 217 (85.16% from 255 or 89.67% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 217 - color contains mainly: green. Hex color #05D914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D914 is #FA26EB. Grayscale: #838383. Windows color (decimal): -16393964 or 1366277. OLE color: 1366277.
HSL color Cylindrical-coordinate representation of color #05D914: hue angle of 124.25º 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 #05D914 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 20 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.15 |
| HSL | 124.25º | 0.95% | 0.44% | - |
| HSV(B) | 124.25º | 0.98% | 0.85% | - |
| XYZ | 25 | 49.71 | 8.94 | - |
| YUV | 131.15 | 65.26 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 20 | 0.98 | 0 | 0.91 | 0.15 | 124.25 | 0.95 | 0.44 |
| Hex | 5 | D9 | 14 | 62 | 0 | 5B | F | 7C | 5F | 2C |
| Octal | 5 | 331 | 24 | 142 | 0 | 133 | 17 | 174 | 137 | 54 |
| Binary | 101 | 11011001 | 10100 | 1100010 | 0 | 1011011 | 1111 | 1111100 | 1011111 | 101100 |
Color Harmonies of #05D914
Complementary color
Monochromatic Colors of #05D914
Black with #05D914
Text Example
Text Example
White with #05D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D914; }
p { color: rgb(5,217,20); }
H1.HeaderClassName
{
color: #05D914;
}
.AnyTagClassName
{
color: #05D914;
}
</style>
background-color css
<style>
a { background-color: #05D914; }
a { background-color: rgb(5,217,20); }
div.DivClassName
{
background-color: #05D914;
}
.BgClassName
{
background-color: #05D914;
}
</style>
border-color css
<style>
span { border-color: #05D914; }
span { border-color: rgb(5,217,20); }
td.TdClassName
{
border-color: #05D914;
}
.TagClassName
{
border-color: #05D914;
}
</style>