Html Css Color HEX #1DD264 Malachite

📋 copy color: '#1DD264'

red 29 ◦ green 210 ◦ blue 100

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

Shades of Malachite #1DD264

Tints of Malachite #1DD264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 8.55%
G = 61.95%
B = 29.5%

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

#1DD264 (or 0x1DD264) is known color: Malachite. HEX triplet: 1D, D2 and 64. RGB value is (29,210,100). Sum of RGB (Red+Green+Blue) = 29+210+100=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD264 is #E22D9B. Grayscale: #8F8F8F. Windows color (decimal): -14822812 or 6607389. OLE color: 6607389.

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

Color convert

RGB 29 210 100 -
CMYK 0.86 0 0.52 0.18
HSL 143.54º 0.76% 0.47% -
HSV(B) 143.54º 0.86% 0.82% -
XYZ 25.85 47.27 19.82 -
YUV 143.34 103.53 46.44 -
System Red Green Blue C M Y K H S L
Decimal 29 210 100 0.86 0 0.52 0.18 143.54 0.76 0.47
Hex 1D D2 64 56 0 34 12 90 4C 2F
Octal 35 322 144 126 0 64 22 220 114 57
Binary 11101 11010010 1100100 1010110 0 110100 10010 10010000 1001100 101111

Color Harmonies of #1DD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD264

Black with #1DD264

Text Example


Text Example

White with #1DD264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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