Shades of Free Speech Green #05E717
Tints of Free Speech Green #05E717
RGB
CMYK
RGB Variations
Color information
#05E717 (or 0x05E717) is known color: Free Speech Green. HEX triplet: 05, E7 and 17. RGB value is (5,231,23). Sum of RGB (Red+Green+Blue) = 5+231+23=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 231 (90.62% from 255 or 89.19% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 231 - color contains mainly: green. Hex color #05E717 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E717 is #FA18E8. Grayscale: #8C8C8C. Windows color (decimal): -16390377 or 1566469. OLE color: 1566469.
HSL color Cylindrical-coordinate representation of color #05E717: hue angle of 124.78º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E717 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 231 | 23 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.09 |
| HSL | 124.78º | 0.96% | 0.46% | - |
| HSV(B) | 124.78º | 0.98% | 0.91% | - |
| XYZ | 28.79 | 57.25 | 10.34 | - |
| YUV | 139.71 | 62.13 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 231 | 23 | 0.98 | 0 | 0.90 | 0.09 | 124.78 | 0.96 | 0.46 |
| Hex | 5 | E7 | 17 | 62 | 0 | 5A | 9 | 7D | 60 | 2E |
| Octal | 5 | 347 | 27 | 142 | 0 | 132 | 11 | 175 | 140 | 56 |
| Binary | 101 | 11100111 | 10111 | 1100010 | 0 | 1011010 | 1001 | 1111101 | 1100000 | 101110 |
Color Harmonies of #05E717
Complementary color
Monochromatic Colors of #05E717
Black with #05E717
Text Example
Text Example
White with #05E717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E717; }
p { color: rgb(5,231,23); }
H1.HeaderClassName
{
color: #05E717;
}
.AnyTagClassName
{
color: #05E717;
}
</style>
background-color css
<style>
a { background-color: #05E717; }
a { background-color: rgb(5,231,23); }
div.DivClassName
{
background-color: #05E717;
}
.BgClassName
{
background-color: #05E717;
}
</style>
border-color css
<style>
span { border-color: #05E717; }
span { border-color: rgb(5,231,23); }
td.TdClassName
{
border-color: #05E717;
}
.TagClassName
{
border-color: #05E717;
}
</style>