Html Css Color HEX #1DD265 Malachite

📋 copy color: '#1DD265'

red 29 ◦ green 210 ◦ blue 101

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

Shades of Malachite #1DD265

Tints of Malachite #1DD265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.76%

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

R = 8.53%
G = 61.76%
B = 29.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#1DD265 (or 0x1DD265) is known color: Malachite. HEX triplet: 1D, D2 and 65. RGB value is (29,210,101). Sum of RGB (Red+Green+Blue) = 29+210+101=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD265 is #E22D9A. Grayscale: #8F8F8F. Windows color (decimal): -14822811 or 6672925. OLE color: 6672925.

HSL color Cylindrical-coordinate representation of color #1DD265: hue angle of 143.87º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD265 is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 210 101 -
CMYK 0.86 0 0.52 0.18
HSL 143.87º 0.76% 0.47% -
HSV(B) 143.87º 0.86% 0.82% -
XYZ 25.9 47.29 20.08 -
YUV 143.46 104.03 46.36 -
System Red Green Blue C M Y K H S L
Decimal 29 210 101 0.86 0 0.52 0.18 143.87 0.76 0.47
Hex 1D D2 65 56 0 34 12 90 4C 2F
Octal 35 322 145 126 0 64 22 220 114 57
Binary 11101 11010010 1100101 1010110 0 110100 10010 10010000 1001100 101111

Color Harmonies of #1DD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD265

Black with #1DD265

Text Example


Text Example

White with #1DD265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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