#04CA4E

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

Shades of Malachite #04CA4E

Tints of Malachite #04CA4E

Color information

#04CA4E (or 0x04CA4E) is unknown color: approx Malachite. HEX triplet: 04, CA and 4E. RGB value is (4,202,78). Sum of RGB (Red+Green+Blue) = 4+202+78=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CA4E is #FB35B1. Grayscale: #808080. Windows color (decimal): -16463282 or 5163524. OLE color: 5163524.

HSL color Cylindrical-coordinate representation of color #04CA4E: hue angle of 142.42º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CA4E is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB420278-
CMYK0.9800.610.21
HSL142.42º96.12%40.39%-
HSV(B)142.42º98.02%79.22%-
XYZ22.5542.8214.28-
YUV128.6699.439.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 202 (79.30% from 255) = 71.13%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=1.41%
G=71.13%
B=27.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4202780.9800.610.21142.4296.1240.39
Hex4CA4E6203D158e6028
Octal43121161420752521614050
Binary1001100101010011101100010011110110101100011101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,202,78); }

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

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

 a { background-color: rgb(4,202,78); }

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

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

 span { border-color: rgb(4,202,78); }

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