Shades of Free Speech Green #04CF07
Tints of Free Speech Green #04CF07
RGB
CMYK
RGB Variations
Color information
#04CF07 (or 0x04CF07) is known color: Free Speech Green. HEX triplet: 04, CF and 07. RGB value is (4,207,7). Sum of RGB (Red+Green+Blue) = 4+207+7=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 207 (81.25% from 255 or 94.95% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CF07 is #FB30F8. Grayscale: #7C7C7C. Windows color (decimal): -16462073 or 511748. OLE color: 511748.
HSL color Cylindrical-coordinate representation of color #04CF07: hue angle of 120.89º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF07 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 7 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.19 |
| HSL | 120.89º | 0.96% | 0.41% | - |
| HSV(B) | 120.89º | 0.98% | 0.81% | - |
| XYZ | 22.4 | 44.67 | 7.64 | - |
| YUV | 123.5 | 62.25 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 7 | 0.98 | 0 | 0.97 | 0.19 | 120.89 | 0.96 | 0.41 |
| Hex | 4 | CF | 7 | 62 | 0 | 61 | 13 | 79 | 60 | 29 |
| Octal | 4 | 317 | 7 | 142 | 0 | 141 | 23 | 171 | 140 | 51 |
| Binary | 100 | 11001111 | 111 | 1100010 | 0 | 1100001 | 10011 | 1111001 | 1100000 | 101001 |
Color Harmonies of #04CF07
Complementary color
Monochromatic Colors of #04CF07
Black with #04CF07
Text Example
Text Example
White with #04CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF07; }
p { color: rgb(4,207,7); }
H1.HeaderClassName
{
color: #04CF07;
}
.AnyTagClassName
{
color: #04CF07;
}
</style>
background-color css
<style>
a { background-color: #04CF07; }
a { background-color: rgb(4,207,7); }
div.DivClassName
{
background-color: #04CF07;
}
.BgClassName
{
background-color: #04CF07;
}
</style>
border-color css
<style>
span { border-color: #04CF07; }
span { border-color: rgb(4,207,7); }
td.TdClassName
{
border-color: #04CF07;
}
.TagClassName
{
border-color: #04CF07;
}
</style>