#04CD4C

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

Shades of Malachite #04CD4C

Tints of Malachite #04CD4C

Color information

#04CD4C (or 0x04CD4C) is unknown color: approx Malachite. HEX triplet: 04, CD and 4C. RGB value is (4,205,76). Sum of RGB (Red+Green+Blue) = 4+205+76=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CD4C is #FB32B3. Grayscale: #828282. Windows color (decimal): -16462516 or 5033220. OLE color: 5033220.

HSL color Cylindrical-coordinate representation of color #04CD4C: hue angle of 141.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CD4C is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB420576-
CMYK0.9800.630.20
HSL141.49º96.17%40.98%-
HSV(B)141.49º98.05%80.39%-
XYZ23.1944.2114.15-
YUV130.297.4137.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 205 (80.47% from 255) = 71.93%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=1.40%
G=71.93%
B=26.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4205760.9800.630.20141.4996.1740.98
Hex4CD4C6203F148d6029
Octal43151141420772421514051
Binary1001100110110011001100010011111110100100011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,205,76); }

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

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

 a { background-color: rgb(4,205,76); }

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

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

 span { border-color: rgb(4,205,76); }

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