#04F254

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

Shades of Malachite #04F254

Tints of Malachite #04F254

Color information

#04F254 (or 0x04F254) is unknown color: approx Malachite. HEX triplet: 04, F2 and 54. RGB value is (4,242,84). Sum of RGB (Red+Green+Blue) = 4+242+84=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #04F254 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F254 is #FB0DAB. Grayscale: #999999. Windows color (decimal): -16453036 or 5566980. OLE color: 5566980.

HSL color Cylindrical-coordinate representation of color #04F254: hue angle of 140.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F254 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB424284-
CMYK0.9800.650.05
HSL140.17º96.75%48.24%-
HSV(B)140.17º98.35%94.9%-
XYZ33.464.1719.01-
YUV152.8389.1521.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 242 (94.92% from 255) = 73.33%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=1.21%
G=73.33%
B=25.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4242840.9800.650.05140.1796.7548.24
Hex4F2546204158c6130
Octal43621241420101521414160
Binary100111100101010100110001001000001101100011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04F254; }

 p { color: rgb(4,242,84); }

 H1.HeaderClassName
 {
   color: #04F254;
 }
 .AnyTagClassName
 {
   color: #04F254;
 }
</style>
background-color css

<style>
 a { background-color: #04F254; }

 a { background-color: rgb(4,242,84); }

 div.DivClassName
 {
   background-color: #04F254;
 }
 .BgClassName
 {
   background-color: #04F254;
 }
</style>
border-color css

<style>
 span { border-color: #04F254; }

 span { border-color: rgb(4,242,84); }

 td.TdClassName
 {
   border-color: #04F254;
 }
 .TagClassName
 {
   border-color: #04F254;
 }
</style>