Html Css Color HEX #13DF36 Malachite

📋 copy color: '#13DF36'

red 19 ◦ green 223 ◦ blue 54

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

Shades of Malachite #13DF36

Tints of Malachite #13DF36

RGB

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

 GREEN value IS 223 (87.5% from 255) = 75.34%

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 6.42%
G = 75.34%
B = 18.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#13DF36 (or 0x13DF36) is known color: Malachite. HEX triplet: 13, DF and 36. RGB value is (19,223,54). Sum of RGB (Red+Green+Blue) = 19+223+54=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 223 (87.5% from 255 or 75.34% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 223 - color contains mainly: green. Hex color #13DF36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DF36 is #EC20C9. Grayscale: #8F8F8F. Windows color (decimal): -15474890 or 3596051. OLE color: 3596051.

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

Color convert

RGB 19 223 54 -
CMYK 0.91 0 0.76 0.13
HSL 130.29º 0.84% 0.47% -
HSV(B) 130.29º 0.91% 0.87% -
XYZ 27.32 53.18 12.31 -
YUV 142.74 77.91 39.74 -
System Red Green Blue C M Y K H S L
Decimal 19 223 54 0.91 0 0.76 0.13 130.29 0.84 0.47
Hex 13 DF 36 5B 0 4C D 82 54 2F
Octal 23 337 66 133 0 114 15 202 124 57
Binary 10011 11011111 110110 1011011 0 1001100 1101 10000010 1010100 101111

Color Harmonies of #13DF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DF36

Black with #13DF36

Text Example


Text Example

White with #13DF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,223,54); }

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

background-color css

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

 a { background-color: rgb(19,223,54); }

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

border-color css

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

 span { border-color: rgb(19,223,54); }

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