Shades of Free Speech Green #07CB0F
Tints of Free Speech Green #07CB0F
RGB
CMYK
RGB Variations
Color information
#07CB0F (or 0x07CB0F) is known color: Free Speech Green. HEX triplet: 07, CB and 0F. RGB value is (7,203,15). Sum of RGB (Red+Green+Blue) = 7+203+15=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CB0F is #F834F0. Grayscale: #7B7B7B. Windows color (decimal): -16266481 or 1035015. OLE color: 1035015.
HSL color Cylindrical-coordinate representation of color #07CB0F: hue angle of 122.45º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB0F is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 15 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.20 |
| HSL | 122.45º | 0.93% | 0.41% | - |
| HSV(B) | 122.45º | 0.97% | 0.8% | - |
| XYZ | 21.53 | 42.79 | 7.58 | - |
| YUV | 122.96 | 67.07 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 15 | 0.97 | 0 | 0.93 | 0.20 | 122.45 | 0.93 | 0.41 |
| Hex | 7 | CB | F | 61 | 0 | 5D | 14 | 7A | 5D | 29 |
| Octal | 7 | 313 | 17 | 141 | 0 | 135 | 24 | 172 | 135 | 51 |
| Binary | 111 | 11001011 | 1111 | 1100001 | 0 | 1011101 | 10100 | 1111010 | 1011101 | 101001 |
Color Harmonies of #07CB0F
Complementary color
Monochromatic Colors of #07CB0F
Black with #07CB0F
Text Example
Text Example
White with #07CB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB0F; }
p { color: rgb(7,203,15); }
H1.HeaderClassName
{
color: #07CB0F;
}
.AnyTagClassName
{
color: #07CB0F;
}
</style>
background-color css
<style>
a { background-color: #07CB0F; }
a { background-color: rgb(7,203,15); }
div.DivClassName
{
background-color: #07CB0F;
}
.BgClassName
{
background-color: #07CB0F;
}
</style>
border-color css
<style>
span { border-color: #07CB0F; }
span { border-color: rgb(7,203,15); }
td.TdClassName
{
border-color: #07CB0F;
}
.TagClassName
{
border-color: #07CB0F;
}
</style>