Shades of Free Speech Green #05E72E
Tints of Free Speech Green #05E72E
RGB
CMYK
RGB Variations
Color information
#05E72E (or 0x05E72E) is known color: Free Speech Green. HEX triplet: 05, E7 and 2E. RGB value is (5,231,46). Sum of RGB (Red+Green+Blue) = 5+231+46=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 231 (90.62% from 255 or 81.91% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 231 - color contains mainly: green. Hex color #05E72E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E72E is #FA18D1. Grayscale: #8E8E8E. Windows color (decimal): -16390354 or 3073797. OLE color: 3073797.
HSL color Cylindrical-coordinate representation of color #05E72E: hue angle of 130.88º 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 #05E72E is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 231 | 46 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.09 |
| HSL | 130.89º | 0.96% | 0.46% | - |
| HSV(B) | 130.89º | 0.98% | 0.91% | - |
| XYZ | 29.13 | 57.38 | 12.13 | - |
| YUV | 142.34 | 73.63 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 231 | 46 | 0.98 | 0 | 0.80 | 0.09 | 130.89 | 0.96 | 0.46 |
| Hex | 5 | E7 | 2E | 62 | 0 | 50 | 9 | 83 | 60 | 2E |
| Octal | 5 | 347 | 56 | 142 | 0 | 120 | 11 | 203 | 140 | 56 |
| Binary | 101 | 11100111 | 101110 | 1100010 | 0 | 1010000 | 1001 | 10000011 | 1100000 | 101110 |
Color Harmonies of #05E72E
Complementary color
Monochromatic Colors of #05E72E
Black with #05E72E
Text Example
Text Example
White with #05E72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E72E; }
p { color: rgb(5,231,46); }
H1.HeaderClassName
{
color: #05E72E;
}
.AnyTagClassName
{
color: #05E72E;
}
</style>
background-color css
<style>
a { background-color: #05E72E; }
a { background-color: rgb(5,231,46); }
div.DivClassName
{
background-color: #05E72E;
}
.BgClassName
{
background-color: #05E72E;
}
</style>
border-color css
<style>
span { border-color: #05E72E; }
span { border-color: rgb(5,231,46); }
td.TdClassName
{
border-color: #05E72E;
}
.TagClassName
{
border-color: #05E72E;
}
</style>