Html Css Color HEX #13E050 Malachite

📋 copy color: '#13E050'

red 19 ◦ green 224 ◦ blue 80

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

Shades of Malachite #13E050

Tints of Malachite #13E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.35%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 5.88%
G = 69.35%
B = 24.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#13E050 (or 0x13E050) is known color: Malachite. HEX triplet: 13, E0 and 50. RGB value is (19,224,80). Sum of RGB (Red+Green+Blue) = 19+224+80=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 224 (87.89% from 255 or 69.35% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 224 - color contains mainly: green. Hex color #13E050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E050 is #EC1FAF. Grayscale: #929292. Windows color (decimal): -15474608 or 5300243. OLE color: 5300243.

HSL color Cylindrical-coordinate representation of color #13E050: hue angle of 137.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E050 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 80 -
CMYK 0.92 0 0.64 0.12
HSL 137.85º 0.84% 0.48% -
HSV(B) 137.85º 0.92% 0.88% -
XYZ 28.37 54.03 16.52 -
YUV 146.29 90.58 37.21 -
System Red Green Blue C M Y K H S L
Decimal 19 224 80 0.92 0 0.64 0.12 137.85 0.84 0.48
Hex 13 E0 50 5C 0 40 C 8A 54 30
Octal 23 340 120 134 0 100 14 212 124 60
Binary 10011 11100000 1010000 1011100 0 1000000 1100 10001010 1010100 110000

Color Harmonies of #13E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E050

Black with #13E050

Text Example


Text Example

White with #13E050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,80); }

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

background-color css

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

 a { background-color: rgb(19,224,80); }

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

border-color css

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

 span { border-color: rgb(19,224,80); }

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