#04C255

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

Shades of Malachite #04C255

Tints of Malachite #04C255

Color information

#04C255 (or 0x04C255) is unknown color: approx Malachite. HEX triplet: 04, C2 and 55. RGB value is (4,194,85). Sum of RGB (Red+Green+Blue) = 4+194+85=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #04C255 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C255 is #FB3DAA. Grayscale: #7D7D7D. Windows color (decimal): -16465323 or 5620228. OLE color: 5620228.

HSL color Cylindrical-coordinate representation of color #04C255: hue angle of 145.58º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C255 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB419485-
CMYK0.9800.560.24
HSL145.58º95.96%38.82%-
HSV(B)145.58º97.94%76.08%-
XYZ20.9839.2715.07-
YUV124.76105.5541.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 194 (76.17% from 255) = 68.55%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=1.41%
G=68.55%
B=30.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4194850.9800.560.24145.5895.9638.82
Hex4C2556203818926027
Octal43021251420703022214047
Binary1001100001010101011100010011100011000100100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,194,85); }

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

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

 a { background-color: rgb(4,194,85); }

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

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

 span { border-color: rgb(4,194,85); }

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