Html Css Color HEX #1DCF70 Malachite

📋 copy color: '#1DCF70'

red 29 ◦ green 207 ◦ blue 112

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

Shades of Malachite #1DCF70

Tints of Malachite #1DCF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.48%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 8.33%
G = 59.48%
B = 32.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#1DCF70 (or 0x1DCF70) is known color: Malachite. HEX triplet: 1D, CF and 70. RGB value is (29,207,112). Sum of RGB (Red+Green+Blue) = 29+207+112=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCF70 is #E2308F. Grayscale: #8F8F8F. Windows color (decimal): -14823568 or 7393053. OLE color: 7393053.

HSL color Cylindrical-coordinate representation of color #1DCF70: hue angle of 147.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCF70 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 207 112 -
CMYK 0.86 0 0.46 0.19
HSL 147.98º 0.75% 0.46% -
HSV(B) 147.98º 0.86% 0.81% -
XYZ 25.74 46.06 22.86 -
YUV 142.95 110.53 46.72 -
System Red Green Blue C M Y K H S L
Decimal 29 207 112 0.86 0 0.46 0.19 147.98 0.75 0.46
Hex 1D CF 70 56 0 2E 13 94 4B 2E
Octal 35 317 160 126 0 56 23 224 113 56
Binary 11101 11001111 1110000 1010110 0 101110 10011 10010100 1001011 101110

Color Harmonies of #1DCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF70

Black with #1DCF70

Text Example


Text Example

White with #1DCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,207,112); }

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

background-color css

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

 a { background-color: rgb(29,207,112); }

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

border-color css

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

 span { border-color: rgb(29,207,112); }

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