Html Css Color HEX #13D050 Malachite

📋 copy color: '#13D050'

red 19 ◦ green 208 ◦ blue 80

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

Shades of Malachite #13D050

Tints of Malachite #13D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.75%

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

R = 6.19%
G = 67.75%
B = 26.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#13D050 (or 0x13D050) is known color: Malachite. HEX triplet: 13, D0 and 50. RGB value is (19,208,80). Sum of RGB (Red+Green+Blue) = 19+208+80=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #13D050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D050 is #EC2FAF. Grayscale: #898989. Windows color (decimal): -15478704 or 5296147. OLE color: 5296147.

HSL color Cylindrical-coordinate representation of color #13D050: hue angle of 139.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D050 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 208 80 -
CMYK 0.91 0 0.62 0.18
HSL 139.37º 0.83% 0.45% -
HSV(B) 139.37º 0.91% 0.82% -
XYZ 24.27 45.83 15.16 -
YUV 136.9 95.88 43.91 -
System Red Green Blue C M Y K H S L
Decimal 19 208 80 0.91 0 0.62 0.18 139.37 0.83 0.45
Hex 13 D0 50 5B 0 3E 12 8B 53 2D
Octal 23 320 120 133 0 76 22 213 123 55
Binary 10011 11010000 1010000 1011011 0 111110 10010 10001011 1010011 101101

Color Harmonies of #13D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D050

Black with #13D050

Text Example


Text Example

White with #13D050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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