Html Css Color HEX #13DA40 Malachite

📋 copy color: '#13DA40'

red 19 ◦ green 218 ◦ blue 64

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

Shades of Malachite #13DA40

Tints of Malachite #13DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 72.43%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 6.31%
G = 72.43%
B = 21.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#13DA40 (or 0x13DA40) is known color: Malachite. HEX triplet: 13, DA and 40. RGB value is (19,218,64). Sum of RGB (Red+Green+Blue) = 19+218+64=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DA40 is #EC25BF. Grayscale: #8D8D8D. Windows color (decimal): -15476160 or 4250131. OLE color: 4250131.

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

Color convert

RGB 19 218 64 -
CMYK 0.91 0 0.71 0.15
HSL 133.57º 0.84% 0.46% -
HSV(B) 133.57º 0.91% 0.85% -
XYZ 26.27 50.65 13.24 -
YUV 140.94 84.57 41.02 -
System Red Green Blue C M Y K H S L
Decimal 19 218 64 0.91 0 0.71 0.15 133.57 0.84 0.46
Hex 13 DA 40 5B 0 47 F 86 54 2E
Octal 23 332 100 133 0 107 17 206 124 56
Binary 10011 11011010 1000000 1011011 0 1000111 1111 10000110 1010100 101110

Color Harmonies of #13DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DA40

Black with #13DA40

Text Example


Text Example

White with #13DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,218,64); }

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

background-color css

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

 a { background-color: rgb(19,218,64); }

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

border-color css

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

 span { border-color: rgb(19,218,64); }

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