Html Css Color HEX #13EC41 Malachite

📋 copy color: '#13EC41'

red 19 ◦ green 236 ◦ blue 65

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

Shades of Malachite #13EC41

Tints of Malachite #13EC41

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.75%

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 5.94%
G = 73.75%
B = 20.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#13EC41 (or 0x13EC41) is known color: Malachite. HEX triplet: 13, EC and 41. RGB value is (19,236,65). Sum of RGB (Red+Green+Blue) = 19+236+65=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13EC41 is #EC13BE. Grayscale: #989898. Windows color (decimal): -15471551 or 4320275. OLE color: 4320275.

HSL color Cylindrical-coordinate representation of color #13EC41: hue angle of 132.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EC41 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 236 65 -
CMYK 0.92 0 0.72 0.07
HSL 132.72º 0.85% 0.5% -
HSV(B) 132.72º 0.92% 0.93% -
XYZ 31.22 60.51 15.04 -
YUV 151.62 79.11 33.4 -
System Red Green Blue C M Y K H S L
Decimal 19 236 65 0.92 0 0.72 0.07 132.72 0.85 0.5
Hex 13 EC 41 5C 0 48 7 85 55 32
Octal 23 354 101 134 0 110 7 205 125 62
Binary 10011 11101100 1000001 1011100 0 1001000 111 10000101 1010101 110010

Color Harmonies of #13EC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EC41

Black with #13EC41

Text Example


Text Example

White with #13EC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,236,65); }

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

background-color css

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

 a { background-color: rgb(19,236,65); }

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

border-color css

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

 span { border-color: rgb(19,236,65); }

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