Shades of Malachite #04FA42
Tints of Malachite #04FA42
RGB
CMYK
RGB Variations
Color information
#04FA42 (or 0x04FA42) is known color: Malachite. HEX triplet: 04, FA and 42. RGB value is (4,250,66). Sum of RGB (Red+Green+Blue) = 4+250+66=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 250 (98.05% from 255 or 78.12% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04FA42 is #FB05BD. Grayscale: #9B9B9B. Windows color (decimal): -16451006 or 4389380. OLE color: 4389380.
HSL color Cylindrical-coordinate representation of color #04FA42: hue angle of 135.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FA42 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 66 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.02 |
| HSL | 135.12º | 0.97% | 0.5% | - |
| HSV(B) | 135.12º | 0.98% | 0.98% | - |
| XYZ | 35.22 | 68.79 | 16.58 | - |
| YUV | 155.47 | 77.5 | 19.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 66 | 0.98 | 0 | 0.74 | 0.02 | 135.12 | 0.97 | 0.5 |
| Hex | 4 | FA | 42 | 62 | 0 | 4A | 2 | 87 | 61 | 32 |
| Octal | 4 | 372 | 102 | 142 | 0 | 112 | 2 | 207 | 141 | 62 |
| Binary | 100 | 11111010 | 1000010 | 1100010 | 0 | 1001010 | 10 | 10000111 | 1100001 | 110010 |
Color Harmonies of #04FA42
Complementary color
Monochromatic Colors of #04FA42
Black with #04FA42
Text Example
Text Example
White with #04FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA42; }
p { color: rgb(4,250,66); }
H1.HeaderClassName
{
color: #04FA42;
}
.AnyTagClassName
{
color: #04FA42;
}
</style>
background-color css
<style>
a { background-color: #04FA42; }
a { background-color: rgb(4,250,66); }
div.DivClassName
{
background-color: #04FA42;
}
.BgClassName
{
background-color: #04FA42;
}
</style>
border-color css
<style>
span { border-color: #04FA42; }
span { border-color: rgb(4,250,66); }
td.TdClassName
{
border-color: #04FA42;
}
.TagClassName
{
border-color: #04FA42;
}
</style>