Shades of Free Speech Green #04CF0F
Tints of Free Speech Green #04CF0F
RGB
CMYK
RGB Variations
Color information
#04CF0F (or 0x04CF0F) is known color: Free Speech Green. HEX triplet: 04, CF and 0F. RGB value is (4,207,15). Sum of RGB (Red+Green+Blue) = 4+207+15=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 207 (81.25% from 255 or 91.59% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CF0F is #FB30F0. Grayscale: #7C7C7C. Windows color (decimal): -16462065 or 1036036. OLE color: 1036036.
HSL color Cylindrical-coordinate representation of color #04CF0F: hue angle of 123.25º 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 #04CF0F is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 207 | 15 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.19 |
| HSL | 123.25º | 0.96% | 0.41% | - |
| HSV(B) | 123.25º | 0.98% | 0.81% | - |
| XYZ | 22.45 | 44.69 | 7.89 | - |
| YUV | 124.42 | 66.25 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 207 | 15 | 0.98 | 0 | 0.93 | 0.19 | 123.25 | 0.96 | 0.41 |
| Hex | 4 | CF | F | 62 | 0 | 5D | 13 | 7B | 60 | 29 |
| Octal | 4 | 317 | 17 | 142 | 0 | 135 | 23 | 173 | 140 | 51 |
| Binary | 100 | 11001111 | 1111 | 1100010 | 0 | 1011101 | 10011 | 1111011 | 1100000 | 101001 |
Color Harmonies of #04CF0F
Complementary color
Monochromatic Colors of #04CF0F
Black with #04CF0F
Text Example
Text Example
White with #04CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CF0F; }
p { color: rgb(4,207,15); }
H1.HeaderClassName
{
color: #04CF0F;
}
.AnyTagClassName
{
color: #04CF0F;
}
</style>
background-color css
<style>
a { background-color: #04CF0F; }
a { background-color: rgb(4,207,15); }
div.DivClassName
{
background-color: #04CF0F;
}
.BgClassName
{
background-color: #04CF0F;
}
</style>
border-color css
<style>
span { border-color: #04CF0F; }
span { border-color: rgb(4,207,15); }
td.TdClassName
{
border-color: #04CF0F;
}
.TagClassName
{
border-color: #04CF0F;
}
</style>