#03FF3D

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

Shades of Malachite #03FF3D

Tints of Malachite #03FF3D

Color information

#03FF3D (or 0x03FF3D) is unknown color: approx Malachite. HEX triplet: 03, FF and 3D. RGB value is (3,255,61). Sum of RGB (Red+Green+Blue) = 3+255+61=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 255 (100% from 255 or 79.94% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FF3D is #FC00C2. Grayscale: #9E9E9E. Windows color (decimal): -16515267 or 4062979. OLE color: 4062979.

HSL color Cylindrical-coordinate representation of color #03FF3D: hue angle of 133.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF3D is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB325561-
CMYK0.9900.760
HSL133.81º100%50.59%-
HSV(B)133.81º98.82%100%-
XYZ36.6471.8816.36-
YUV157.5473.5117.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 255 (100% from 255) = 79.94%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=0.94%
G=79.94%
B=19.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal3255610.9900.760133.8110050.59
Hex3FF3D6304C0866433
Octal3377751430114020614463
Binary11111111111111011100011010011000100001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,255,61); }

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

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

 a { background-color: rgb(3,255,61); }

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

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

 span { border-color: rgb(3,255,61); }

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