Html Css Color HEX #13DB46 Malachite

📋 copy color: '#13DB46'

red 19 ◦ green 219 ◦ blue 70

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

Shades of Malachite #13DB46

Tints of Malachite #13DB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 6.17%
G = 71.1%
B = 22.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#13DB46 (or 0x13DB46) is known color: Malachite. HEX triplet: 13, DB and 46. RGB value is (19,219,70). Sum of RGB (Red+Green+Blue) = 19+219+70=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB46 is #EC24B9. Grayscale: #8E8E8E. Windows color (decimal): -15475898 or 4643603. OLE color: 4643603.

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

Color convert

RGB 19 219 70 -
CMYK 0.91 0 0.68 0.14
HSL 135.3º 0.84% 0.47% -
HSV(B) 135.3º 0.91% 0.86% -
XYZ 26.71 51.24 14.28 -
YUV 142.21 87.24 40.12 -
System Red Green Blue C M Y K H S L
Decimal 19 219 70 0.91 0 0.68 0.14 135.3 0.84 0.47
Hex 13 DB 46 5B 0 44 E 87 54 2F
Octal 23 333 106 133 0 104 16 207 124 57
Binary 10011 11011011 1000110 1011011 0 1000100 1110 10000111 1010100 101111

Color Harmonies of #13DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB46

Black with #13DB46

Text Example


Text Example

White with #13DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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