#03CC55

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

Shades of Malachite #03CC55

Tints of Malachite #03CC55

Color information

#03CC55 (or 0x03CC55) is unknown color: approx Malachite. HEX triplet: 03, CC and 55. RGB value is (3,204,85). Sum of RGB (Red+Green+Blue) = 3+204+85=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC55 is #FC33AA. Grayscale: #828282. Windows color (decimal): -16528299 or 5622787. OLE color: 5622787.

HSL color Cylindrical-coordinate representation of color #03CC55: hue angle of 144.48º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC55 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB320485-
CMYK0.9900.580.2
HSL144.48º97.1%40.59%-
HSV(B)144.48º98.53%80%-
XYZ23.2743.8615.83-
YUV130.34102.4137.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 204 (80.08% from 255) = 69.86%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=1.03%
G=69.86%
B=29.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal3204850.9900.580.2144.4897.140.59
Hex3CC556303A14906129
Octal33141251430722422014151
Binary111100110010101011100011011101010100100100001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,204,85); }

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

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

 a { background-color: rgb(3,204,85); }

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

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

 span { border-color: rgb(3,204,85); }

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