Html Css Color HEX #1DD85B Malachite

📋 copy color: '#1DD85B'

red 29 ◦ green 216 ◦ blue 91

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

Shades of Malachite #1DD85B

Tints of Malachite #1DD85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.29%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 8.63%
G = 64.29%
B = 27.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#1DD85B (or 0x1DD85B) is known color: Malachite. HEX triplet: 1D, D8 and 5B. RGB value is (29,216,91). Sum of RGB (Red+Green+Blue) = 29+216+91=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD85B is #E227A4. Grayscale: #929292. Windows color (decimal): -14821285 or 6019101. OLE color: 6019101.

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

Color convert

RGB 29 216 91 -
CMYK 0.87 0 0.58 0.15
HSL 139.89º 0.76% 0.48% -
HSV(B) 139.89º 0.87% 0.85% -
XYZ 26.95 50.13 18.15 -
YUV 145.84 97.05 44.66 -
System Red Green Blue C M Y K H S L
Decimal 29 216 91 0.87 0 0.58 0.15 139.89 0.76 0.48
Hex 1D D8 5B 57 0 3A F 8C 4C 30
Octal 35 330 133 127 0 72 17 214 114 60
Binary 11101 11011000 1011011 1010111 0 111010 1111 10001100 1001100 110000

Color Harmonies of #1DD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD85B

Black with #1DD85B

Text Example


Text Example

White with #1DD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,216,91); }

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

background-color css

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

 a { background-color: rgb(29,216,91); }

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

border-color css

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

 span { border-color: rgb(29,216,91); }

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