Shades of Free Speech Green #06E527
Tints of Free Speech Green #06E527
RGB
CMYK
RGB Variations
Color information
#06E527 (or 0x06E527) is known color: Free Speech Green. HEX triplet: 06, E5 and 27. RGB value is (6,229,39). Sum of RGB (Red+Green+Blue) = 6+229+39=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 229 (89.84% from 255 or 83.58% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 229 - color contains mainly: green. Hex color #06E527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E527 is #F91AD8. Grayscale: #8D8D8D. Windows color (decimal): -16325337 or 2614534. OLE color: 2614534.
HSL color Cylindrical-coordinate representation of color #06E527: hue angle of 128.88º 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 #06E527 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 229 | 39 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.10 |
| HSL | 128.88º | 0.95% | 0.46% | - |
| HSV(B) | 128.88º | 0.97% | 0.9% | - |
| XYZ | 28.46 | 56.22 | 11.27 | - |
| YUV | 140.66 | 70.62 | 31.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 229 | 39 | 0.97 | 0 | 0.83 | 0.10 | 128.88 | 0.95 | 0.46 |
| Hex | 6 | E5 | 27 | 61 | 0 | 53 | A | 81 | 5F | 2E |
| Octal | 6 | 345 | 47 | 141 | 0 | 123 | 12 | 201 | 137 | 56 |
| Binary | 110 | 11100101 | 100111 | 1100001 | 0 | 1010011 | 1010 | 10000001 | 1011111 | 101110 |
Color Harmonies of #06E527
Complementary color
Monochromatic Colors of #06E527
Black with #06E527
Text Example
Text Example
White with #06E527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E527; }
p { color: rgb(6,229,39); }
H1.HeaderClassName
{
color: #06E527;
}
.AnyTagClassName
{
color: #06E527;
}
</style>
background-color css
<style>
a { background-color: #06E527; }
a { background-color: rgb(6,229,39); }
div.DivClassName
{
background-color: #06E527;
}
.BgClassName
{
background-color: #06E527;
}
</style>
border-color css
<style>
span { border-color: #06E527; }
span { border-color: rgb(6,229,39); }
td.TdClassName
{
border-color: #06E527;
}
.TagClassName
{
border-color: #06E527;
}
</style>