Html Css Color HEX #1DEC40 Malachite

📋 copy color: '#1DEC40'

red 29 ◦ green 236 ◦ blue 64

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

Shades of Malachite #1DEC40

Tints of Malachite #1DEC40

RGB

 RED value IS 29 (11.72% from 255) = 8.81%

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

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 8.81%
G = 71.73%
B = 19.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#1DEC40 (or 0x1DEC40) is known color: Malachite. HEX triplet: 1D, EC and 40. RGB value is (29,236,64). Sum of RGB (Red+Green+Blue) = 29+236+64=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC40 is #E213BF. Grayscale: #9A9A9A. Windows color (decimal): -14816192 or 4254749. OLE color: 4254749.

HSL color Cylindrical-coordinate representation of color #1DEC40: hue angle of 130.14º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC40 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 236 64 -
CMYK 0.88 0 0.73 0.07
HSL 130.14º 0.84% 0.52% -
HSV(B) 130.14º 0.88% 0.93% -
XYZ 31.43 60.62 14.9 -
YUV 154.5 76.92 38.49 -
System Red Green Blue C M Y K H S L
Decimal 29 236 64 0.88 0 0.73 0.07 130.14 0.84 0.52
Hex 1D EC 40 58 0 49 7 82 54 34
Octal 35 354 100 130 0 111 7 202 124 64
Binary 11101 11101100 1000000 1011000 0 1001001 111 10000010 1010100 110100

Color Harmonies of #1DEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEC40

Black with #1DEC40

Text Example


Text Example

White with #1DEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DEC40; }

 p { color: rgb(29,236,64); }

 H1.HeaderClassName
 {
   color: #1DEC40;
 }
 .AnyTagClassName
 {
   color: #1DEC40;
 }
</style>

background-color css

<style>
 a { background-color: #1DEC40; }

 a { background-color: rgb(29,236,64); }

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

border-color css

<style>
 span { border-color: #1DEC40; }

 span { border-color: rgb(29,236,64); }

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