Shades of Free Speech Green #06E52D
Tints of Free Speech Green #06E52D
RGB
CMYK
RGB Variations
Color information
#06E52D (or 0x06E52D) is known color: Free Speech Green. HEX triplet: 06, E5 and 2D. RGB value is (6,229,45). Sum of RGB (Red+Green+Blue) = 6+229+45=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 229 (89.84% from 255 or 81.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 229 - color contains mainly: green. Hex color #06E52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E52D is #F91AD2. Grayscale: #8D8D8D. Windows color (decimal): -16325331 or 3007750. OLE color: 3007750.
HSL color Cylindrical-coordinate representation of color #06E52D: hue angle of 130.49º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E52D is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 229 | 45 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.10 |
| HSL | 130.49º | 0.95% | 0.46% | - |
| HSV(B) | 130.49º | 0.97% | 0.9% | - |
| XYZ | 28.57 | 56.27 | 11.84 | - |
| YUV | 141.35 | 73.62 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 229 | 45 | 0.97 | 0 | 0.80 | 0.10 | 130.49 | 0.95 | 0.46 |
| Hex | 6 | E5 | 2D | 61 | 0 | 50 | A | 82 | 5F | 2E |
| Octal | 6 | 345 | 55 | 141 | 0 | 120 | 12 | 202 | 137 | 56 |
| Binary | 110 | 11100101 | 101101 | 1100001 | 0 | 1010000 | 1010 | 10000010 | 1011111 | 101110 |
Color Harmonies of #06E52D
Complementary color
Monochromatic Colors of #06E52D
Black with #06E52D
Text Example
Text Example
White with #06E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E52D; }
p { color: rgb(6,229,45); }
H1.HeaderClassName
{
color: #06E52D;
}
.AnyTagClassName
{
color: #06E52D;
}
</style>
background-color css
<style>
a { background-color: #06E52D; }
a { background-color: rgb(6,229,45); }
div.DivClassName
{
background-color: #06E52D;
}
.BgClassName
{
background-color: #06E52D;
}
</style>
border-color css
<style>
span { border-color: #06E52D; }
span { border-color: rgb(6,229,45); }
td.TdClassName
{
border-color: #06E52D;
}
.TagClassName
{
border-color: #06E52D;
}
</style>