#13DD57

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

Shades of Malachite #13DD57

Tints of Malachite #13DD57

Color information

#13DD57 (or 0x13DD57) is unknown color: approx Malachite. HEX triplet: 13, DD and 57. RGB value is (19,221,87). Sum of RGB (Red+Green+Blue) = 19+221+87=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #13DD57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DD57 is #EC22A8. Grayscale: #919191. Windows color (decimal): -15475369 or 5758227. OLE color: 5758227.

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

Color convert

RGB1922187-
CMYK0.9100.610.13
HSL140.2º84.17%47.06%-
HSV(B)140.2º91.4%86.67%-
XYZ27.8552.5417.69-
YUV145.3395.0837.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.81%
GREEN value IS 221 (86.72% from 255) = 67.58%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=5.81%
G=67.58%
B=26.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19221870.9100.610.13140.284.1747.06
Hex13DD575B03DD8c542f
Octal233351271330751521412457
Binary10011110111011010111101101101111011101100011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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