#13CD63

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

Shades of Malachite #13CD63

Tints of Malachite #13CD63

Color information

#13CD63 (or 0x13CD63) is unknown color: approx Malachite. HEX triplet: 13, CD and 63. RGB value is (19,205,99). Sum of RGB (Red+Green+Blue) = 19+205+99=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #13CD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CD63 is #EC329C. Grayscale: #898989. Windows color (decimal): -15479453 or 6540563. OLE color: 6540563.

HSL color Cylindrical-coordinate representation of color #13CD63: hue angle of 145.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CD63 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB1920599-
CMYK0.9100.520.20
HSL145.81º83.04%43.92%-
HSV(B)145.81º90.73%80.39%-
XYZ24.3544.719.15-
YUV137.3106.3843.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.88%
GREEN value IS 205 (80.47% from 255) = 63.47%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=5.88%
G=63.47%
B=30.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19205990.9100.520.20145.8183.0443.92
Hex13CD635B0341492532c
Octal233151431330642422212354
Binary100111100110111000111011011011010010100100100101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,205,99); }

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

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

 a { background-color: rgb(19,205,99); }

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

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

 span { border-color: rgb(19,205,99); }

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