Html Css Color HEX #13D64E Malachite

📋 copy color: '#13D64E'

red 19 ◦ green 214 ◦ blue 78

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

Shades of Malachite #13D64E

Tints of Malachite #13D64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 6.11%
G = 68.81%
B = 25.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#13D64E (or 0x13D64E) is known color: Malachite. HEX triplet: 13, D6 and 4E. RGB value is (19,214,78). Sum of RGB (Red+Green+Blue) = 19+214+78=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #13D64E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D64E is #EC29B1. Grayscale: #8C8C8C. Windows color (decimal): -15477170 or 5166611. OLE color: 5166611.

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

Color convert

RGB 19 214 78 -
CMYK 0.91 0 0.64 0.16
HSL 138.15º 0.84% 0.46% -
HSV(B) 138.15º 0.91% 0.84% -
XYZ 25.69 48.78 15.27 -
YUV 140.19 92.9 41.56 -
System Red Green Blue C M Y K H S L
Decimal 19 214 78 0.91 0 0.64 0.16 138.15 0.84 0.46
Hex 13 D6 4E 5B 0 40 10 8A 54 2E
Octal 23 326 116 133 0 100 20 212 124 56
Binary 10011 11010110 1001110 1011011 0 1000000 10000 10001010 1010100 101110

Color Harmonies of #13D64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D64E

Black with #13D64E

Text Example


Text Example

White with #13D64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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