Shades of Free Speech Green #05D922
Tints of Free Speech Green #05D922
RGB
CMYK
RGB Variations
Color information
#05D922 (or 0x05D922) is known color: Free Speech Green. HEX triplet: 05, D9 and 22. RGB value is (5,217,34). Sum of RGB (Red+Green+Blue) = 5+217+34=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 217 (85.16% from 255 or 84.77% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 217 - color contains mainly: green. Hex color #05D922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D922 is #FA26DD. Grayscale: #858585. Windows color (decimal): -16393950 or 2283781. OLE color: 2283781.
HSL color Cylindrical-coordinate representation of color #05D922: hue angle of 128.21º 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 #05D922 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 34 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.15 |
| HSL | 128.21º | 0.95% | 0.44% | - |
| HSV(B) | 128.21º | 0.98% | 0.85% | - |
| XYZ | 25.16 | 49.77 | 9.79 | - |
| YUV | 132.75 | 72.26 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 34 | 0.98 | 0 | 0.84 | 0.15 | 128.21 | 0.95 | 0.44 |
| Hex | 5 | D9 | 22 | 62 | 0 | 54 | F | 80 | 5F | 2C |
| Octal | 5 | 331 | 42 | 142 | 0 | 124 | 17 | 200 | 137 | 54 |
| Binary | 101 | 11011001 | 100010 | 1100010 | 0 | 1010100 | 1111 | 10000000 | 1011111 | 101100 |
Color Harmonies of #05D922
Complementary color
Monochromatic Colors of #05D922
Black with #05D922
Text Example
Text Example
White with #05D922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D922; }
p { color: rgb(5,217,34); }
H1.HeaderClassName
{
color: #05D922;
}
.AnyTagClassName
{
color: #05D922;
}
</style>
background-color css
<style>
a { background-color: #05D922; }
a { background-color: rgb(5,217,34); }
div.DivClassName
{
background-color: #05D922;
}
.BgClassName
{
background-color: #05D922;
}
</style>
border-color css
<style>
span { border-color: #05D922; }
span { border-color: rgb(5,217,34); }
td.TdClassName
{
border-color: #05D922;
}
.TagClassName
{
border-color: #05D922;
}
</style>