Html Css Color HEX #13D663 Malachite

📋 copy color: '#13D663'

red 19 ◦ green 214 ◦ blue 99

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

Shades of Malachite #13D663

Tints of Malachite #13D663

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.46%

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 5.72%
G = 64.46%
B = 29.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#13D663 (or 0x13D663) is known color: Malachite. HEX triplet: 13, D6 and 63. RGB value is (19,214,99). Sum of RGB (Red+Green+Blue) = 19+214+99=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 214 (83.98% from 255 or 64.46% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 214 - color contains mainly: green. Hex color #13D663 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D663 is #EC299C. Grayscale: #8E8E8E. Windows color (decimal): -15477149 or 6542867. OLE color: 6542867.

HSL color Cylindrical-coordinate representation of color #13D663: hue angle of 144.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D663 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 99 -
CMYK 0.91 0 0.54 0.16
HSL 144.62º 0.84% 0.46% -
HSV(B) 144.62º 0.91% 0.84% -
XYZ 26.57 49.13 19.89 -
YUV 142.59 103.4 39.85 -
System Red Green Blue C M Y K H S L
Decimal 19 214 99 0.91 0 0.54 0.16 144.62 0.84 0.46
Hex 13 D6 63 5B 0 36 10 91 54 2E
Octal 23 326 143 133 0 66 20 221 124 56
Binary 10011 11010110 1100011 1011011 0 110110 10000 10010001 1010100 101110

Color Harmonies of #13D663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D663

Black with #13D663

Text Example


Text Example

White with #13D663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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