Shades of Free Speech Green #07CA07
Tints of Free Speech Green #07CA07
RGB
CMYK
RGB Variations
Color information
#07CA07 (or 0x07CA07) is known color: Free Speech Green. HEX triplet: 07, CA and 07. RGB value is (7,202,7). Sum of RGB (Red+Green+Blue) = 7+202+7=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 202 (79.30% from 255 or 93.52% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CA07 is #F835F8. Grayscale: #7A7A7A. Windows color (decimal): -16266745 or 510471. OLE color: 510471.
HSL color Cylindrical-coordinate representation of color #07CA07: hue angle of 120º 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 #07CA07 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 7 | - |
| CMYK | 0.97 | 0 | 0.97 | 0.21 |
| HSL | 120º | 0.93% | 0.41% | - |
| HSV(B) | 120º | 0.97% | 0.79% | - |
| XYZ | 21.25 | 42.3 | 7.25 | - |
| YUV | 121.47 | 63.4 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 7 | 0.97 | 0 | 0.97 | 0.21 | 120 | 0.93 | 0.41 |
| Hex | 7 | CA | 7 | 61 | 0 | 61 | 15 | 78 | 5D | 29 |
| Octal | 7 | 312 | 7 | 141 | 0 | 141 | 25 | 170 | 135 | 51 |
| Binary | 111 | 11001010 | 111 | 1100001 | 0 | 1100001 | 10101 | 1111000 | 1011101 | 101001 |
Color Harmonies of #07CA07
Complementary color
Monochromatic Colors of #07CA07
Black with #07CA07
Text Example
Text Example
White with #07CA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA07; }
p { color: rgb(7,202,7); }
H1.HeaderClassName
{
color: #07CA07;
}
.AnyTagClassName
{
color: #07CA07;
}
</style>
background-color css
<style>
a { background-color: #07CA07; }
a { background-color: rgb(7,202,7); }
div.DivClassName
{
background-color: #07CA07;
}
.BgClassName
{
background-color: #07CA07;
}
</style>
border-color css
<style>
span { border-color: #07CA07; }
span { border-color: rgb(7,202,7); }
td.TdClassName
{
border-color: #07CA07;
}
.TagClassName
{
border-color: #07CA07;
}
</style>