Shades of Free Speech Green #04D31A
Tints of Free Speech Green #04D31A
RGB
CMYK
RGB Variations
Color information
#04D31A (or 0x04D31A) is known color: Free Speech Green. HEX triplet: 04, D3 and 1A. RGB value is (4,211,26). Sum of RGB (Red+Green+Blue) = 4+211+26=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 211 (82.81% from 255 or 87.55% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 211 - color contains mainly: green. Hex color #04D31A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D31A is #FB2CE5. Grayscale: #808080. Windows color (decimal): -16461030 or 1757956. OLE color: 1757956.
HSL color Cylindrical-coordinate representation of color #04D31A: hue angle of 126.38º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D31A is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 211 | 26 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.17 |
| HSL | 126.38º | 0.96% | 0.42% | - |
| HSV(B) | 126.38º | 0.98% | 0.83% | - |
| XYZ | 23.53 | 46.69 | 8.75 | - |
| YUV | 128.02 | 70.42 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 211 | 26 | 0.98 | 0 | 0.88 | 0.17 | 126.38 | 0.96 | 0.42 |
| Hex | 4 | D3 | 1A | 62 | 0 | 58 | 11 | 7E | 60 | 2A |
| Octal | 4 | 323 | 32 | 142 | 0 | 130 | 21 | 176 | 140 | 52 |
| Binary | 100 | 11010011 | 11010 | 1100010 | 0 | 1011000 | 10001 | 1111110 | 1100000 | 101010 |
Color Harmonies of #04D31A
Complementary color
Monochromatic Colors of #04D31A
Black with #04D31A
Text Example
Text Example
White with #04D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D31A; }
p { color: rgb(4,211,26); }
H1.HeaderClassName
{
color: #04D31A;
}
.AnyTagClassName
{
color: #04D31A;
}
</style>
background-color css
<style>
a { background-color: #04D31A; }
a { background-color: rgb(4,211,26); }
div.DivClassName
{
background-color: #04D31A;
}
.BgClassName
{
background-color: #04D31A;
}
</style>
border-color css
<style>
span { border-color: #04D31A; }
span { border-color: rgb(4,211,26); }
td.TdClassName
{
border-color: #04D31A;
}
.TagClassName
{
border-color: #04D31A;
}
</style>