Shades of Free Speech Green #06E81D
Tints of Free Speech Green #06E81D
RGB
CMYK
RGB Variations
Color information
#06E81D (or 0x06E81D) is known color: Free Speech Green. HEX triplet: 06, E8 and 1D. RGB value is (6,232,29). Sum of RGB (Red+Green+Blue) = 6+232+29=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 232 (91.02% from 255 or 86.89% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 232 - color contains mainly: green. Hex color #06E81D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06E81D is #F917E2. Grayscale: #8D8D8D. Windows color (decimal): -16324579 or 1959942. OLE color: 1959942.
HSL color Cylindrical-coordinate representation of color #06E81D: hue angle of 126.11º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E81D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 232 | 29 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.09 |
| HSL | 126.11º | 0.95% | 0.47% | - |
| HSV(B) | 126.11º | 0.97% | 0.91% | - |
| XYZ | 29.15 | 57.84 | 10.79 | - |
| YUV | 141.28 | 64.63 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 232 | 29 | 0.97 | 0 | 0.88 | 0.09 | 126.11 | 0.95 | 0.47 |
| Hex | 6 | E8 | 1D | 61 | 0 | 58 | 9 | 7E | 5F | 2F |
| Octal | 6 | 350 | 35 | 141 | 0 | 130 | 11 | 176 | 137 | 57 |
| Binary | 110 | 11101000 | 11101 | 1100001 | 0 | 1011000 | 1001 | 1111110 | 1011111 | 101111 |
Color Harmonies of #06E81D
Complementary color
Monochromatic Colors of #06E81D
Black with #06E81D
Text Example
Text Example
White with #06E81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E81D; }
p { color: rgb(6,232,29); }
H1.HeaderClassName
{
color: #06E81D;
}
.AnyTagClassName
{
color: #06E81D;
}
</style>
background-color css
<style>
a { background-color: #06E81D; }
a { background-color: rgb(6,232,29); }
div.DivClassName
{
background-color: #06E81D;
}
.BgClassName
{
background-color: #06E81D;
}
</style>
border-color css
<style>
span { border-color: #06E81D; }
span { border-color: rgb(6,232,29); }
td.TdClassName
{
border-color: #06E81D;
}
.TagClassName
{
border-color: #06E81D;
}
</style>