#04CA60

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

Shades of Malachite #04CA60

Tints of Malachite #04CA60

Color information

#04CA60 (or 0x04CA60) is unknown color: approx Malachite. HEX triplet: 04, CA and 60. RGB value is (4,202,96). Sum of RGB (Red+Green+Blue) = 4+202+96=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CA60 is #FB359F. Grayscale: #828282. Windows color (decimal): -16463264 or 6343172. OLE color: 6343172.

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

Color convert

RGB420296-
CMYK0.9800.520.21
HSL147.88º96.12%40.39%-
HSV(B)147.88º98.02%79.22%-
XYZ23.2843.1118.16-
YUV130.71108.437.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.32%
GREEN value IS 202 (79.30% from 255) = 66.89%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=1.32%
G=66.89%
B=31.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4202960.9800.520.21147.8896.1240.39
Hex4CA606203415946028
Octal43121401420642522414050
Binary1001100101011000001100010011010010101100101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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