#03ED5F

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

Shades of Malachite #03ED5F

Tints of Malachite #03ED5F

Color information

#03ED5F (or 0x03ED5F) is unknown color: approx Malachite. HEX triplet: 03, ED and 5F. RGB value is (3,237,95). Sum of RGB (Red+Green+Blue) = 3+237+95=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 237 (92.97% from 255 or 70.75% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 237 - color contains mainly: green. Hex color #03ED5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03ED5F is #FC12A0. Grayscale: #979797. Windows color (decimal): -16519841 or 6286595. OLE color: 6286595.

HSL color Cylindrical-coordinate representation of color #03ED5F: hue angle of 143.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ED5F is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB323795-
CMYK0.9900.600.07
HSL143.59º97.5%47.06%-
HSV(B)143.59º98.73%92.94%-
XYZ32.3961.4120.97-
YUV150.8596.4822.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 237 (92.97% from 255) = 70.75%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=0.90%
G=70.75%
B=28.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal3237950.9900.600.07143.5997.547.06
Hex3ED5F6303C790622f
Octal3355137143074722014257
Binary1111101101101111111000110111100111100100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,237,95); }

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

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

 a { background-color: rgb(3,237,95); }

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

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

 span { border-color: rgb(3,237,95); }

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