#04F152

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

Shades of Malachite #04F152

Tints of Malachite #04F152

Color information

#04F152 (or 0x04F152) is unknown color: approx Malachite. HEX triplet: 04, F1 and 52. RGB value is (4,241,82). Sum of RGB (Red+Green+Blue) = 4+241+82=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #04F152 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F152 is #FB0EAD. Grayscale: #989898. Windows color (decimal): -16453294 or 5435652. OLE color: 5435652.

HSL color Cylindrical-coordinate representation of color #04F152: hue angle of 139.75º 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 #04F152 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB424182-
CMYK0.9800.660.05
HSL139.75º96.73%48.04%-
HSV(B)139.75º98.34%94.51%-
XYZ33.0363.5518.51-
YUV152.0188.4822.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 241 (94.53% from 255) = 73.70%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=1.22%
G=73.70%
B=25.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4241820.9800.660.05139.7596.7348.04
Hex4F1526204258c6130
Octal43611221420102521414160
Binary100111100011010010110001001000010101100011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,241,82); }

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

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

 a { background-color: rgb(4,241,82); }

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

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

 span { border-color: rgb(4,241,82); }

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