Shades of Free Speech Green #04DB1C
Tints of Free Speech Green #04DB1C
RGB
CMYK
RGB Variations
Color information
#04DB1C (or 0x04DB1C) is known color: Free Speech Green. HEX triplet: 04, DB and 1C. RGB value is (4,219,28). Sum of RGB (Red+Green+Blue) = 4+219+28=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 219 (85.94% from 255 or 87.25% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DB1C is #FB24E3. Grayscale: #858585. Windows color (decimal): -16458980 or 1891076. OLE color: 1891076.
HSL color Cylindrical-coordinate representation of color #04DB1C: hue angle of 126.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DB1C is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 219 | 28 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.14 |
| HSL | 126.7º | 0.96% | 0.44% | - |
| HSV(B) | 126.7º | 0.98% | 0.86% | - |
| XYZ | 25.59 | 50.77 | 9.55 | - |
| YUV | 132.94 | 68.77 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 219 | 28 | 0.98 | 0 | 0.87 | 0.14 | 126.7 | 0.96 | 0.44 |
| Hex | 4 | DB | 1C | 62 | 0 | 57 | E | 7F | 60 | 2C |
| Octal | 4 | 333 | 34 | 142 | 0 | 127 | 16 | 177 | 140 | 54 |
| Binary | 100 | 11011011 | 11100 | 1100010 | 0 | 1010111 | 1110 | 1111111 | 1100000 | 101100 |
Color Harmonies of #04DB1C
Complementary color
Monochromatic Colors of #04DB1C
Black with #04DB1C
Text Example
Text Example
White with #04DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DB1C; }
p { color: rgb(4,219,28); }
H1.HeaderClassName
{
color: #04DB1C;
}
.AnyTagClassName
{
color: #04DB1C;
}
</style>
background-color css
<style>
a { background-color: #04DB1C; }
a { background-color: rgb(4,219,28); }
div.DivClassName
{
background-color: #04DB1C;
}
.BgClassName
{
background-color: #04DB1C;
}
</style>
border-color css
<style>
span { border-color: #04DB1C; }
span { border-color: rgb(4,219,28); }
td.TdClassName
{
border-color: #04DB1C;
}
.TagClassName
{
border-color: #04DB1C;
}
</style>