#03F552

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

Shades of Malachite #03F552

Tints of Malachite #03F552

Color information

#03F552 (or 0x03F552) is unknown color: approx Malachite. HEX triplet: 03, F5 and 52. RGB value is (3,245,82). Sum of RGB (Red+Green+Blue) = 3+245+82=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 245 (96.09% from 255 or 74.24% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 245 - color contains mainly: green. Hex color #03F552 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F552 is #FC0AAD. Grayscale: #9A9A9A. Windows color (decimal): -16517806 or 5436675. OLE color: 5436675.

HSL color Cylindrical-coordinate representation of color #03F552: hue angle of 139.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F552 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB324582-
CMYK0.9900.670.04
HSL139.59º97.58%48.63%-
HSV(B)139.59º98.78%96.08%-
XYZ34.2165.9318.91-
YUV154.0687.3320.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 245 (96.09% from 255) = 74.24%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=0.91%
G=74.24%
B=24.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal3245820.9900.670.04139.5997.5848.63
Hex3F5526304348c6231
Octal33651221430103421414261
Binary11111101011010010110001101000011100100011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03F552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03F552; }

 p { color: rgb(3,245,82); }

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

<style>
 a { background-color: #03F552; }

 a { background-color: rgb(3,245,82); }

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

<style>
 span { border-color: #03F552; }

 span { border-color: rgb(3,245,82); }

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