#04FA42

Color #04FA42 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #04FA42

Tints of Malachite #04FA42

Color information

#04FA42 (or 0x04FA42) is unknown color: approx 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

RGB425066-
CMYK0.9800.740.02
HSL135.12º96.85%49.8%-
HSV(B)135.12º98.4%98.04%-
XYZ35.2268.7916.58-
YUV155.4777.519.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.25%
GREEN value IS 250 (98.05% from 255) = 78.12%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=1.25%
G=78.12%
B=20.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal4250660.9800.740.02135.1296.8549.8
Hex4FA426204A2876132
Octal43721021420112220714162
Binary10011111010100001011000100100101010100001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04FA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>