Shades of Free Speech Green #07CA11
Tints of Free Speech Green #07CA11
RGB
CMYK
RGB Variations
Color information
#07CA11 (or 0x07CA11) is known color: Free Speech Green. HEX triplet: 07, CA and 11. RGB value is (7,202,17). Sum of RGB (Red+Green+Blue) = 7+202+17=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 202 (79.30% from 255 or 89.38% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CA11 is #F835EE. Grayscale: #7B7B7B. Windows color (decimal): -16266735 or 1165831. OLE color: 1165831.
HSL color Cylindrical-coordinate representation of color #07CA11: hue angle of 123.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA11 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 17 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.21 |
| HSL | 123.08º | 0.93% | 0.41% | - |
| HSV(B) | 123.08º | 0.97% | 0.79% | - |
| XYZ | 21.31 | 42.33 | 7.58 | - |
| YUV | 122.61 | 68.4 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 17 | 0.97 | 0 | 0.92 | 0.21 | 123.08 | 0.93 | 0.41 |
| Hex | 7 | CA | 11 | 61 | 0 | 5C | 15 | 7B | 5D | 29 |
| Octal | 7 | 312 | 21 | 141 | 0 | 134 | 25 | 173 | 135 | 51 |
| Binary | 111 | 11001010 | 10001 | 1100001 | 0 | 1011100 | 10101 | 1111011 | 1011101 | 101001 |
Color Harmonies of #07CA11
Complementary color
Monochromatic Colors of #07CA11
Black with #07CA11
Text Example
Text Example
White with #07CA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA11; }
p { color: rgb(7,202,17); }
H1.HeaderClassName
{
color: #07CA11;
}
.AnyTagClassName
{
color: #07CA11;
}
</style>
background-color css
<style>
a { background-color: #07CA11; }
a { background-color: rgb(7,202,17); }
div.DivClassName
{
background-color: #07CA11;
}
.BgClassName
{
background-color: #07CA11;
}
</style>
border-color css
<style>
span { border-color: #07CA11; }
span { border-color: rgb(7,202,17); }
td.TdClassName
{
border-color: #07CA11;
}
.TagClassName
{
border-color: #07CA11;
}
</style>