Shades of Free Speech Green #04CB0C
Tints of Free Speech Green #04CB0C
RGB
CMYK
RGB Variations
Color information
#04CB0C (or 0x04CB0C) is known color: Free Speech Green. HEX triplet: 04, CB and 0C. RGB value is (4,203,12). Sum of RGB (Red+Green+Blue) = 4+203+12=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 203 (79.69% from 255 or 92.69% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CB0C is #FB34F3. Grayscale: #7A7A7A. Windows color (decimal): -16463092 or 838404. OLE color: 838404.
HSL color Cylindrical-coordinate representation of color #04CB0C: hue angle of 122.41º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB0C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.20 |
| HSL | 122.41º | 0.96% | 0.41% | - |
| HSV(B) | 122.41º | 0.98% | 0.8% | - |
| XYZ | 21.47 | 42.76 | 7.47 | - |
| YUV | 121.73 | 66.07 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 12 | 0.98 | 0 | 0.94 | 0.20 | 122.41 | 0.96 | 0.41 |
| Hex | 4 | CB | C | 62 | 0 | 5E | 14 | 7A | 60 | 29 |
| Octal | 4 | 313 | 14 | 142 | 0 | 136 | 24 | 172 | 140 | 51 |
| Binary | 100 | 11001011 | 1100 | 1100010 | 0 | 1011110 | 10100 | 1111010 | 1100000 | 101001 |
Color Harmonies of #04CB0C
Complementary color
Monochromatic Colors of #04CB0C
Black with #04CB0C
Text Example
Text Example
White with #04CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB0C; }
p { color: rgb(4,203,12); }
H1.HeaderClassName
{
color: #04CB0C;
}
.AnyTagClassName
{
color: #04CB0C;
}
</style>
background-color css
<style>
a { background-color: #04CB0C; }
a { background-color: rgb(4,203,12); }
div.DivClassName
{
background-color: #04CB0C;
}
.BgClassName
{
background-color: #04CB0C;
}
</style>
border-color css
<style>
span { border-color: #04CB0C; }
span { border-color: rgb(4,203,12); }
td.TdClassName
{
border-color: #04CB0C;
}
.TagClassName
{
border-color: #04CB0C;
}
</style>