Html Css Color HEX #1DCF50 Malachite

📋 copy color: '#1DCF50'

red 29 ◦ green 207 ◦ blue 80

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

Shades of Malachite #1DCF50

Tints of Malachite #1DCF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 9.18%
G = 65.51%
B = 25.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#1DCF50 (or 0x1DCF50) is known color: Malachite. HEX triplet: 1D, CF and 50. RGB value is (29,207,80). Sum of RGB (Red+Green+Blue) = 29+207+80=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 207 (81.25% from 255 or 65.51% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCF50 is #E230AF. Grayscale: #8B8B8B. Windows color (decimal): -14823600 or 5295901. OLE color: 5295901.

HSL color Cylindrical-coordinate representation of color #1DCF50: hue angle of 137.19º 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 #1DCF50 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 207 80 -
CMYK 0.86 0 0.61 0.19
HSL 137.19º 0.75% 0.46% -
HSV(B) 137.19º 0.86% 0.81% -
XYZ 24.27 45.47 15.09 -
YUV 139.3 94.53 49.33 -
System Red Green Blue C M Y K H S L
Decimal 29 207 80 0.86 0 0.61 0.19 137.19 0.75 0.46
Hex 1D CF 50 56 0 3D 13 89 4B 2E
Octal 35 317 120 126 0 75 23 211 113 56
Binary 11101 11001111 1010000 1010110 0 111101 10011 10001001 1001011 101110

Color Harmonies of #1DCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF50

Black with #1DCF50

Text Example


Text Example

White with #1DCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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