Html Css Color HEX #13DC39 Malachite

📋 copy color: '#13DC39'

red 19 ◦ green 220 ◦ blue 57

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

Shades of Malachite #13DC39

Tints of Malachite #13DC39

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.32%

 BLUE value IS 57 (22.66% from 255) = 19.26%

R = 6.42%
G = 74.32%
B = 19.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#13DC39 (or 0x13DC39) is known color: Malachite. HEX triplet: 13, DC and 39. RGB value is (19,220,57). Sum of RGB (Red+Green+Blue) = 19+220+57=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 220 (86.33% from 255 or 74.32% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DC39 is #EC23C6. Grayscale: #8D8D8D. Windows color (decimal): -15475655 or 3791891. OLE color: 3791891.

HSL color Cylindrical-coordinate representation of color #13DC39: hue angle of 131.34º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC39 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 57 -
CMYK 0.91 0 0.74 0.14
HSL 131.34º 0.84% 0.47% -
HSV(B) 131.34º 0.91% 0.86% -
XYZ 26.6 51.62 12.43 -
YUV 141.32 80.41 40.75 -
System Red Green Blue C M Y K H S L
Decimal 19 220 57 0.91 0 0.74 0.14 131.34 0.84 0.47
Hex 13 DC 39 5B 0 4A E 83 54 2F
Octal 23 334 71 133 0 112 16 203 124 57
Binary 10011 11011100 111001 1011011 0 1001010 1110 10000011 1010100 101111

Color Harmonies of #13DC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC39

Black with #13DC39

Text Example


Text Example

White with #13DC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,57); }

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

background-color css

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

 a { background-color: rgb(19,220,57); }

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

border-color css

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

 span { border-color: rgb(19,220,57); }

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