Shades of Free Speech Green #04D812
Tints of Free Speech Green #04D812
RGB
CMYK
RGB Variations
Color information
#04D812 (or 0x04D812) is known color: Free Speech Green. HEX triplet: 04, D8 and 12. RGB value is (4,216,18). Sum of RGB (Red+Green+Blue) = 4+216+18=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 216 (84.77% from 255 or 90.76% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 216 - color contains mainly: green. Hex color #04D812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D812 is #FB27ED. Grayscale: #828282. Windows color (decimal): -16459758 or 1234948. OLE color: 1234948.
HSL color Cylindrical-coordinate representation of color #04D812: hue angle of 123.96º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D812 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 216 | 18 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.15 |
| HSL | 123.96º | 0.96% | 0.43% | - |
| HSV(B) | 123.96º | 0.98% | 0.85% | - |
| XYZ | 24.72 | 49.18 | 8.76 | - |
| YUV | 130.04 | 64.76 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 18 | 0.98 | 0 | 0.92 | 0.15 | 123.96 | 0.96 | 0.43 |
| Hex | 4 | D8 | 12 | 62 | 0 | 5C | F | 7C | 60 | 2B |
| Octal | 4 | 330 | 22 | 142 | 0 | 134 | 17 | 174 | 140 | 53 |
| Binary | 100 | 11011000 | 10010 | 1100010 | 0 | 1011100 | 1111 | 1111100 | 1100000 | 101011 |
Color Harmonies of #04D812
Complementary color
Monochromatic Colors of #04D812
Black with #04D812
Text Example
Text Example
White with #04D812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D812; }
p { color: rgb(4,216,18); }
H1.HeaderClassName
{
color: #04D812;
}
.AnyTagClassName
{
color: #04D812;
}
</style>
background-color css
<style>
a { background-color: #04D812; }
a { background-color: rgb(4,216,18); }
div.DivClassName
{
background-color: #04D812;
}
.BgClassName
{
background-color: #04D812;
}
</style>
border-color css
<style>
span { border-color: #04D812; }
span { border-color: rgb(4,216,18); }
td.TdClassName
{
border-color: #04D812;
}
.TagClassName
{
border-color: #04D812;
}
</style>