Shades of Free Speech Green #07CE0D
Tints of Free Speech Green #07CE0D
RGB
CMYK
RGB Variations
Color information
#07CE0D (or 0x07CE0D) is known color: Free Speech Green. HEX triplet: 07, CE and 0D. RGB value is (7,206,13). Sum of RGB (Red+Green+Blue) = 7+206+13=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 206 (80.86% from 255 or 91.15% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CE0D is #F831F2. Grayscale: #7D7D7D. Windows color (decimal): -16265715 or 904711. OLE color: 904711.
HSL color Cylindrical-coordinate representation of color #07CE0D: hue angle of 121.81º degrees, saturation: 0.93, 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 #07CE0D is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 13 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.19 |
| HSL | 121.81º | 0.93% | 0.42% | - |
| HSV(B) | 121.81º | 0.97% | 0.81% | - |
| XYZ | 22.23 | 44.22 | 7.74 | - |
| YUV | 124.5 | 65.07 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 13 | 0.97 | 0 | 0.94 | 0.19 | 121.81 | 0.93 | 0.42 |
| Hex | 7 | CE | D | 61 | 0 | 5E | 13 | 7A | 5D | 2A |
| Octal | 7 | 316 | 15 | 141 | 0 | 136 | 23 | 172 | 135 | 52 |
| Binary | 111 | 11001110 | 1101 | 1100001 | 0 | 1011110 | 10011 | 1111010 | 1011101 | 101010 |
Color Harmonies of #07CE0D
Complementary color
Monochromatic Colors of #07CE0D
Black with #07CE0D
Text Example
Text Example
White with #07CE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE0D; }
p { color: rgb(7,206,13); }
H1.HeaderClassName
{
color: #07CE0D;
}
.AnyTagClassName
{
color: #07CE0D;
}
</style>
background-color css
<style>
a { background-color: #07CE0D; }
a { background-color: rgb(7,206,13); }
div.DivClassName
{
background-color: #07CE0D;
}
.BgClassName
{
background-color: #07CE0D;
}
</style>
border-color css
<style>
span { border-color: #07CE0D; }
span { border-color: rgb(7,206,13); }
td.TdClassName
{
border-color: #07CE0D;
}
.TagClassName
{
border-color: #07CE0D;
}
</style>