Html Css Color HEX #1DD266 Malachite

📋 copy color: '#1DD266'

red 29 ◦ green 210 ◦ blue 102

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

Shades of Malachite #1DD266

Tints of Malachite #1DD266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 8.5%
G = 61.58%
B = 29.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#1DD266 (or 0x1DD266) is known color: Malachite. HEX triplet: 1D, D2 and 66. RGB value is (29,210,102). Sum of RGB (Red+Green+Blue) = 29+210+102=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD266 is #E22D99. Grayscale: #8F8F8F. Windows color (decimal): -14822810 or 6738461. OLE color: 6738461.

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

Color convert

RGB 29 210 102 -
CMYK 0.86 0 0.51 0.18
HSL 144.2º 0.76% 0.47% -
HSV(B) 144.2º 0.86% 0.82% -
XYZ 25.95 47.31 20.34 -
YUV 143.57 104.53 46.28 -
System Red Green Blue C M Y K H S L
Decimal 29 210 102 0.86 0 0.51 0.18 144.2 0.76 0.47
Hex 1D D2 66 56 0 33 12 90 4C 2F
Octal 35 322 146 126 0 63 22 220 114 57
Binary 11101 11010010 1100110 1010110 0 110011 10010 10010000 1001100 101111

Color Harmonies of #1DD266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD266

Black with #1DD266

Text Example


Text Example

White with #1DD266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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