Html Css Color HEX #13DB56 Malachite

📋 copy color: '#13DB56'

red 19 ◦ green 219 ◦ blue 86

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

Shades of Malachite #13DB56

Tints of Malachite #13DB56

RGB

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

 GREEN value IS 219 (85.94% from 255) = 67.59%

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 5.86%
G = 67.59%
B = 26.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#13DB56 (or 0x13DB56) is known color: Malachite. HEX triplet: 13, DB and 56. RGB value is (19,219,86). Sum of RGB (Red+Green+Blue) = 19+219+86=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DB56 is #EC24A9. Grayscale: #909090. Windows color (decimal): -15475882 or 5692179. OLE color: 5692179.

HSL color Cylindrical-coordinate representation of color #13DB56: hue angle of 140.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DB56 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 219 86 -
CMYK 0.91 0 0.61 0.14
HSL 140.1º 0.84% 0.47% -
HSV(B) 140.1º 0.91% 0.86% -
XYZ 27.28 51.47 17.3 -
YUV 144.04 95.24 38.81 -
System Red Green Blue C M Y K H S L
Decimal 19 219 86 0.91 0 0.61 0.14 140.1 0.84 0.47
Hex 13 DB 56 5B 0 3D E 8C 54 2F
Octal 23 333 126 133 0 75 16 214 124 57
Binary 10011 11011011 1010110 1011011 0 111101 1110 10001100 1010100 101111

Color Harmonies of #13DB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB56

Black with #13DB56

Text Example


Text Example

White with #13DB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,219,86); }

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

background-color css

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

 a { background-color: rgb(19,219,86); }

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

border-color css

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

 span { border-color: rgb(19,219,86); }

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