#13DE5C

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

Shades of Malachite #13DE5C

Tints of Malachite #13DE5C

Color information

#13DE5C (or 0x13DE5C) is unknown color: approx Malachite. HEX triplet: 13, DE and 5C. RGB value is (19,222,92). Sum of RGB (Red+Green+Blue) = 19+222+92=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 222 (87.11% from 255 or 66.67% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 222 - color contains mainly: green. Hex color #13DE5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DE5C is #EC21A3. Grayscale: #929292. Windows color (decimal): -15475108 or 6086163. OLE color: 6086163.

HSL color Cylindrical-coordinate representation of color #13DE5C: hue angle of 141.58º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DE5C is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB1922292-
CMYK0.9100.590.13
HSL141.58º84.23%47.25%-
HSV(B)141.58º91.44%87.06%-
XYZ28.3253.1518.89-
YUV146.4897.2537.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.71%
GREEN value IS 222 (87.11% from 255) = 66.67%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=5.71%
G=66.67%
B=27.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19222920.9100.590.13141.5884.2347.25
Hex13DE5C5B03BD8e542f
Octal233361341330731521612457
Binary10011110111101011100101101101110111101100011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13DE5C; }

 p { color: rgb(19,222,92); }

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

<style>
 a { background-color: #13DE5C; }

 a { background-color: rgb(19,222,92); }

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

<style>
 span { border-color: #13DE5C; }

 span { border-color: rgb(19,222,92); }

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