Html Css Color HEX #1DC365 Malachite

📋 copy color: '#1DC365'

red 29 ◦ green 195 ◦ blue 101

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

Shades of Malachite #1DC365

Tints of Malachite #1DC365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 8.92%
G = 60%
B = 31.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#1DC365 (or 0x1DC365) is known color: Malachite. HEX triplet: 1D, C3 and 65. RGB value is (29,195,101). Sum of RGB (Red+Green+Blue) = 29+195+101=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC365 is #E23C9A. Grayscale: #868686. Windows color (decimal): -14826651 or 6669085. OLE color: 6669085.

HSL color Cylindrical-coordinate representation of color #1DC365: hue angle of 146.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC365 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 101 -
CMYK 0.85 0 0.48 0.24
HSL 146.02º 0.74% 0.44% -
HSV(B) 146.02º 0.85% 0.76% -
XYZ 22.37 40.23 18.9 -
YUV 134.65 109 52.64 -
System Red Green Blue C M Y K H S L
Decimal 29 195 101 0.85 0 0.48 0.24 146.02 0.74 0.44
Hex 1D C3 65 55 0 30 18 92 4A 2C
Octal 35 303 145 125 0 60 30 222 112 54
Binary 11101 11000011 1100101 1010101 0 110000 11000 10010010 1001010 101100

Color Harmonies of #1DC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC365

Black with #1DC365

Text Example


Text Example

White with #1DC365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,195,101); }

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

background-color css

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

 a { background-color: rgb(29,195,101); }

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

border-color css

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

 span { border-color: rgb(29,195,101); }

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