Shades of Free Speech Green #05D912
Tints of Free Speech Green #05D912
RGB
CMYK
RGB Variations
Color information
#05D912 (or 0x05D912) is known color: Free Speech Green. HEX triplet: 05, D9 and 12. RGB value is (5,217,18). Sum of RGB (Red+Green+Blue) = 5+217+18=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 217 (85.16% from 255 or 90.42% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 217 - color contains mainly: green. Hex color #05D912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D912 is #FA26ED. Grayscale: #838383. Windows color (decimal): -16393966 or 1235205. OLE color: 1235205.
HSL color Cylindrical-coordinate representation of color #05D912: hue angle of 123.68º 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 #05D912 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 18 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.15 |
| HSL | 123.68º | 0.95% | 0.44% | - |
| HSV(B) | 123.68º | 0.98% | 0.85% | - |
| XYZ | 24.98 | 49.7 | 8.85 | - |
| YUV | 130.93 | 64.26 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 18 | 0.98 | 0 | 0.92 | 0.15 | 123.68 | 0.95 | 0.44 |
| Hex | 5 | D9 | 12 | 62 | 0 | 5C | F | 7C | 5F | 2C |
| Octal | 5 | 331 | 22 | 142 | 0 | 134 | 17 | 174 | 137 | 54 |
| Binary | 101 | 11011001 | 10010 | 1100010 | 0 | 1011100 | 1111 | 1111100 | 1011111 | 101100 |
Color Harmonies of #05D912
Complementary color
Monochromatic Colors of #05D912
Black with #05D912
Text Example
Text Example
White with #05D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D912; }
p { color: rgb(5,217,18); }
H1.HeaderClassName
{
color: #05D912;
}
.AnyTagClassName
{
color: #05D912;
}
</style>
background-color css
<style>
a { background-color: #05D912; }
a { background-color: rgb(5,217,18); }
div.DivClassName
{
background-color: #05D912;
}
.BgClassName
{
background-color: #05D912;
}
</style>
border-color css
<style>
span { border-color: #05D912; }
span { border-color: rgb(5,217,18); }
td.TdClassName
{
border-color: #05D912;
}
.TagClassName
{
border-color: #05D912;
}
</style>