#13DD5E

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

Shades of Malachite #13DD5E

Tints of Malachite #13DD5E

Color information

#13DD5E (or 0x13DD5E) is unknown color: approx Malachite. HEX triplet: 13, DD and 5E. RGB value is (19,221,94). Sum of RGB (Red+Green+Blue) = 19+221+94=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DD5E is #EC22A1. Grayscale: #929292. Windows color (decimal): -15475362 or 6216979. OLE color: 6216979.

HSL color Cylindrical-coordinate representation of color #13DD5E: hue angle of 142.28º 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 #13DD5E is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB1922194-
CMYK0.9100.570.13
HSL142.28º84.17%47.06%-
HSV(B)142.28º91.4%86.67%-
XYZ28.1552.6619.27-
YUV146.1298.5837.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.69%
GREEN value IS 221 (86.72% from 255) = 66.17%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=5.69%
G=66.17%
B=28.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19221940.9100.570.13142.2884.1747.06
Hex13DD5E5B039D8e542f
Octal233351361330711521612457
Binary10011110111011011110101101101110011101100011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,221,94); }

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

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

 a { background-color: rgb(19,221,94); }

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

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

 span { border-color: rgb(19,221,94); }

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