Shades of Free Speech Green #07CE06
Tints of Free Speech Green #07CE06
RGB
CMYK
RGB Variations
Color information
#07CE06 (or 0x07CE06) is known color: Free Speech Green. HEX triplet: 07, CE and 06. RGB value is (7,206,6). Sum of RGB (Red+Green+Blue) = 7+206+6=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 206 (80.86% from 255 or 94.06% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CE06 is #F831F9. Grayscale: #7C7C7C. Windows color (decimal): -16265722 or 445959. OLE color: 445959.
HSL color Cylindrical-coordinate representation of color #07CE06: hue angle of 119.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CE06 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 6 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.19 |
| HSL | 119.7º | 0.94% | 0.42% | - |
| HSV(B) | 119.7º | 0.97% | 0.81% | - |
| XYZ | 22.19 | 44.2 | 7.53 | - |
| YUV | 123.7 | 61.57 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 6 | 0.97 | 0 | 0.97 | 0.19 | 119.7 | 0.94 | 0.42 |
| Hex | 7 | CE | 6 | 61 | 0 | 61 | 13 | 78 | 5E | 2A |
| Octal | 7 | 316 | 6 | 141 | 0 | 141 | 23 | 170 | 136 | 52 |
| Binary | 111 | 11001110 | 110 | 1100001 | 0 | 1100001 | 10011 | 1111000 | 1011110 | 101010 |
Color Harmonies of #07CE06
Complementary color
Monochromatic Colors of #07CE06
Black with #07CE06
Text Example
Text Example
White with #07CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE06; }
p { color: rgb(7,206,6); }
H1.HeaderClassName
{
color: #07CE06;
}
.AnyTagClassName
{
color: #07CE06;
}
</style>
background-color css
<style>
a { background-color: #07CE06; }
a { background-color: rgb(7,206,6); }
div.DivClassName
{
background-color: #07CE06;
}
.BgClassName
{
background-color: #07CE06;
}
</style>
border-color css
<style>
span { border-color: #07CE06; }
span { border-color: rgb(7,206,6); }
td.TdClassName
{
border-color: #07CE06;
}
.TagClassName
{
border-color: #07CE06;
}
</style>