Shades of Malachite #04FF55
Tints of Malachite #04FF55
RGB
CMYK
RGB Variations
Color information
#04FF55 (or 0x04FF55) is known color: Malachite. HEX triplet: 04, FF and 55. RGB value is (4,255,85). Sum of RGB (Red+Green+Blue) = 4+255+85=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FF55 is #FB00AA. Grayscale: #A0A0A0. Windows color (decimal): -16449707 or 5635844. OLE color: 5635844.
HSL color Cylindrical-coordinate representation of color #04FF55: hue angle of 139.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FF55 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 85 | - |
| CMYK | 0.98 | 0 | 0.67 | 0 |
| HSL | 139.36º | 1% | 0.51% | - |
| HSV(B) | 139.36º | 0.98% | 1% | - |
| XYZ | 37.45 | 72.2 | 20.56 | - |
| YUV | 160.57 | 85.34 | 16.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 85 | 0.98 | 0 | 0.67 | 0 | 139.36 | 1 | 0.51 |
| Hex | 4 | FF | 55 | 62 | 0 | 43 | 0 | 8B | 64 | 33 |
| Octal | 4 | 377 | 125 | 142 | 0 | 103 | 0 | 213 | 144 | 63 |
| Binary | 100 | 11111111 | 1010101 | 1100010 | 0 | 1000011 | 0 | 10001011 | 1100100 | 110011 |
Color Harmonies of #04FF55
Complementary color
Monochromatic Colors of #04FF55
Black with #04FF55
Text Example
Text Example
White with #04FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF55; }
p { color: rgb(4,255,85); }
H1.HeaderClassName
{
color: #04FF55;
}
.AnyTagClassName
{
color: #04FF55;
}
</style>
background-color css
<style>
a { background-color: #04FF55; }
a { background-color: rgb(4,255,85); }
div.DivClassName
{
background-color: #04FF55;
}
.BgClassName
{
background-color: #04FF55;
}
</style>
border-color css
<style>
span { border-color: #04FF55; }
span { border-color: rgb(4,255,85); }
td.TdClassName
{
border-color: #04FF55;
}
.TagClassName
{
border-color: #04FF55;
}
</style>