Html Css Color HEX #13EF4D Malachite

📋 copy color: '#13EF4D'

red 19 ◦ green 239 ◦ blue 77

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

Shades of Malachite #13EF4D

Tints of Malachite #13EF4D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.34%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 5.67%
G = 71.34%
B = 22.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#13EF4D (or 0x13EF4D) is known color: Malachite. HEX triplet: 13, EF and 4D. RGB value is (19,239,77). Sum of RGB (Red+Green+Blue) = 19+239+77=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EF4D is #EC10B2. Grayscale: #9B9B9B. Windows color (decimal): -15470771 or 5107475. OLE color: 5107475.

HSL color Cylindrical-coordinate representation of color #13EF4D: hue angle of 135.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF4D is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 239 77 -
CMYK 0.92 0 0.68 0.06
HSL 135.82º 0.87% 0.51% -
HSV(B) 135.82º 0.92% 0.94% -
XYZ 32.47 62.41 17.36 -
YUV 154.75 84.11 31.17 -
System Red Green Blue C M Y K H S L
Decimal 19 239 77 0.92 0 0.68 0.06 135.82 0.87 0.51
Hex 13 EF 4D 5C 0 44 6 88 57 33
Octal 23 357 115 134 0 104 6 210 127 63
Binary 10011 11101111 1001101 1011100 0 1000100 110 10001000 1010111 110011

Color Harmonies of #13EF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EF4D

Black with #13EF4D

Text Example


Text Example

White with #13EF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,239,77); }

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

background-color css

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

 a { background-color: rgb(19,239,77); }

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

border-color css

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

 span { border-color: rgb(19,239,77); }

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