Html Css Color HEX #1DD768 Malachite

📋 copy color: '#1DD768'

red 29 ◦ green 215 ◦ blue 104

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

Shades of Malachite #1DD768

Tints of Malachite #1DD768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.78%

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 8.33%
G = 61.78%
B = 29.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#1DD768 (or 0x1DD768) is known color: Malachite. HEX triplet: 1D, D7 and 68. RGB value is (29,215,104). Sum of RGB (Red+Green+Blue) = 29+215+104=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD768 is #E22897. Grayscale: #929292. Windows color (decimal): -14821528 or 6870813. OLE color: 6870813.

HSL color Cylindrical-coordinate representation of color #1DD768: hue angle of 144.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD768 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 215 104 -
CMYK 0.87 0 0.52 0.16
HSL 144.19º 0.76% 0.48% -
HSV(B) 144.19º 0.87% 0.84% -
XYZ 27.31 49.86 21.28 -
YUV 146.73 103.88 44.03 -
System Red Green Blue C M Y K H S L
Decimal 29 215 104 0.87 0 0.52 0.16 144.19 0.76 0.48
Hex 1D D7 68 57 0 34 10 90 4C 30
Octal 35 327 150 127 0 64 20 220 114 60
Binary 11101 11010111 1101000 1010111 0 110100 10000 10010000 1001100 110000

Color Harmonies of #1DD768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD768

Black with #1DD768

Text Example


Text Example

White with #1DD768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,215,104); }

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

background-color css

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

 a { background-color: rgb(29,215,104); }

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

border-color css

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

 span { border-color: rgb(29,215,104); }

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