Shades of Free Speech Green #06E305
Tints of Free Speech Green #06E305
RGB
CMYK
RGB Variations
Color information
#06E305 (or 0x06E305) is known color: Free Speech Green. HEX triplet: 06, E3 and 05. RGB value is (6,227,5). Sum of RGB (Red+Green+Blue) = 6+227+5=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 227 (89.06% from 255 or 95.38% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 227 - color contains mainly: green. Hex color #06E305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E305 is #F91CFA. Grayscale: #888888. Windows color (decimal): -16325883 or 385798. OLE color: 385798.
HSL color Cylindrical-coordinate representation of color #06E305: hue angle of 119.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06E305 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 5 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.11 |
| HSL | 119.73º | 0.96% | 0.45% | - |
| HSV(B) | 119.73º | 0.98% | 0.89% | - |
| XYZ | 27.57 | 54.99 | 9.3 | - |
| YUV | 135.61 | 54.28 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 5 | 0.97 | 0 | 0.98 | 0.11 | 119.73 | 0.96 | 0.45 |
| Hex | 6 | E3 | 5 | 61 | 0 | 62 | B | 78 | 60 | 2D |
| Octal | 6 | 343 | 5 | 141 | 0 | 142 | 13 | 170 | 140 | 55 |
| Binary | 110 | 11100011 | 101 | 1100001 | 0 | 1100010 | 1011 | 1111000 | 1100000 | 101101 |
Color Harmonies of #06E305
Complementary color
Monochromatic Colors of #06E305
Black with #06E305
Text Example
Text Example
White with #06E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E305; }
p { color: rgb(6,227,5); }
H1.HeaderClassName
{
color: #06E305;
}
.AnyTagClassName
{
color: #06E305;
}
</style>
background-color css
<style>
a { background-color: #06E305; }
a { background-color: rgb(6,227,5); }
div.DivClassName
{
background-color: #06E305;
}
.BgClassName
{
background-color: #06E305;
}
</style>
border-color css
<style>
span { border-color: #06E305; }
span { border-color: rgb(6,227,5); }
td.TdClassName
{
border-color: #06E305;
}
.TagClassName
{
border-color: #06E305;
}
</style>