Html Css Color HEX #13CD64 Malachite

📋 copy color: '#13CD64'

red 19 ◦ green 205 ◦ blue 100

#13CD64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #13CD64

Tints of Malachite #13CD64

RGB

 RED value IS 19 (7.81% from 255) = 5.86%

 GREEN value IS 205 (80.47% from 255) = 63.27%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 5.86%
G = 63.27%
B = 30.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#13CD64 (or 0x13CD64) is known color: Malachite. HEX triplet: 13, CD and 64. RGB value is (19,205,100). Sum of RGB (Red+Green+Blue) = 19+205+100=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #13CD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CD64 is #EC329B. Grayscale: #898989. Windows color (decimal): -15479452 or 6606099. OLE color: 6606099.

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

Color convert

RGB 19 205 100 -
CMYK 0.91 0 0.51 0.20
HSL 146.13º 0.83% 0.44% -
HSV(B) 146.13º 0.91% 0.8% -
XYZ 24.4 44.72 19.4 -
YUV 137.42 106.88 43.54 -
System Red Green Blue C M Y K H S L
Decimal 19 205 100 0.91 0 0.51 0.20 146.13 0.83 0.44
Hex 13 CD 64 5B 0 33 14 92 53 2C
Octal 23 315 144 133 0 63 24 222 123 54
Binary 10011 11001101 1100100 1011011 0 110011 10100 10010010 1010011 101100

Color Harmonies of #13CD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CD64

Black with #13CD64

Text Example


Text Example

White with #13CD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13CD64;
 }
 .AnyTagClassName
 {
   color: #13CD64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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