Html Css Color HEX #13D950 Malachite

📋 copy color: '#13D950'

red 19 ◦ green 217 ◦ blue 80

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

Shades of Malachite #13D950

Tints of Malachite #13D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.67%

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

R = 6.01%
G = 68.67%
B = 25.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#13D950 (or 0x13D950) is known color: Malachite. HEX triplet: 13, D9 and 50. RGB value is (19,217,80). Sum of RGB (Red+Green+Blue) = 19+217+80=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #13D950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D950 is #EC26AF. Grayscale: #8E8E8E. Windows color (decimal): -15476400 or 5298451. OLE color: 5298451.

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

Color convert

RGB 19 217 80 -
CMYK 0.91 0 0.63 0.15
HSL 138.48º 0.84% 0.46% -
HSV(B) 138.48º 0.91% 0.85% -
XYZ 26.53 50.34 15.91 -
YUV 142.18 92.9 40.14 -
System Red Green Blue C M Y K H S L
Decimal 19 217 80 0.91 0 0.63 0.15 138.48 0.84 0.46
Hex 13 D9 50 5B 0 3F F 8A 54 2E
Octal 23 331 120 133 0 77 17 212 124 56
Binary 10011 11011001 1010000 1011011 0 111111 1111 10001010 1010100 101110

Color Harmonies of #13D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D950

Black with #13D950

Text Example


Text Example

White with #13D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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