Shades of Free Speech Green #06EE32
Tints of Free Speech Green #06EE32
RGB
CMYK
RGB Variations
Color information
#06EE32 (or 0x06EE32) is known color: Free Speech Green. HEX triplet: 06, EE and 32. RGB value is (6,238,50). Sum of RGB (Red+Green+Blue) = 6+238+50=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 238 (93.36% from 255 or 80.95% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 238 - color contains mainly: green. Hex color #06EE32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06EE32 is #F911CD. Grayscale: #939393. Windows color (decimal): -16323022 or 3337734. OLE color: 3337734.
HSL color Cylindrical-coordinate representation of color #06EE32: hue angle of 131.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EE32 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 238 | 50 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.07 |
| HSL | 131.38º | 0.95% | 0.48% | - |
| HSV(B) | 131.38º | 0.97% | 0.93% | - |
| XYZ | 31.23 | 61.42 | 13.23 | - |
| YUV | 147.2 | 73.14 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 238 | 50 | 0.97 | 0 | 0.79 | 0.07 | 131.38 | 0.95 | 0.48 |
| Hex | 6 | EE | 32 | 61 | 0 | 4F | 7 | 83 | 5F | 30 |
| Octal | 6 | 356 | 62 | 141 | 0 | 117 | 7 | 203 | 137 | 60 |
| Binary | 110 | 11101110 | 110010 | 1100001 | 0 | 1001111 | 111 | 10000011 | 1011111 | 110000 |
Color Harmonies of #06EE32
Complementary color
Monochromatic Colors of #06EE32
Black with #06EE32
Text Example
Text Example
White with #06EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EE32; }
p { color: rgb(6,238,50); }
H1.HeaderClassName
{
color: #06EE32;
}
.AnyTagClassName
{
color: #06EE32;
}
</style>
background-color css
<style>
a { background-color: #06EE32; }
a { background-color: rgb(6,238,50); }
div.DivClassName
{
background-color: #06EE32;
}
.BgClassName
{
background-color: #06EE32;
}
</style>
border-color css
<style>
span { border-color: #06EE32; }
span { border-color: rgb(6,238,50); }
td.TdClassName
{
border-color: #06EE32;
}
.TagClassName
{
border-color: #06EE32;
}
</style>