#03D25E

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

Shades of Malachite #03D25E

Tints of Malachite #03D25E

Color information

#03D25E (or 0x03D25E) is unknown color: approx Malachite. HEX triplet: 03, D2 and 5E. RGB value is (3,210,94). Sum of RGB (Red+Green+Blue) = 3+210+94=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #03D25E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D25E is #FC2DA1. Grayscale: #878787. Windows color (decimal): -16526754 or 6214147. OLE color: 6214147.

HSL color Cylindrical-coordinate representation of color #03D25E: hue angle of 146.38º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D25E is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB321094-
CMYK0.9900.550.18
HSL146.38º97.18%41.76%-
HSV(B)146.38º98.57%82.35%-
XYZ25.146.9218.32-
YUV134.88104.9233.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 210 (82.42% from 255) = 68.40%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=0.98%
G=68.40%
B=30.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3210940.9900.550.18146.3897.1841.76
Hex3D25E630371292612a
Octal33221361430672222214152
Binary111101001010111101100011011011110010100100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,210,94); }

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

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

 a { background-color: rgb(3,210,94); }

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

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

 span { border-color: rgb(3,210,94); }

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