Html Css Color HEX #1DD482 Shamrock

📋 copy color: '#1DD482'

red 29 ◦ green 212 ◦ blue 130

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

Shades of Shamrock #1DD482

Tints of Shamrock #1DD482

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.14%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 7.82%
G = 57.14%
B = 35.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#1DD482 (or 0x1DD482) is known color: Shamrock. HEX triplet: 1D, D4 and 82. RGB value is (29,212,130). Sum of RGB (Red+Green+Blue) = 29+212+130=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD482 is #E22B7D. Grayscale: #949494. Windows color (decimal): -14822270 or 8573981. OLE color: 8573981.

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

Color convert

RGB 29 212 130 -
CMYK 0.86 0 0.39 0.17
HSL 153.11º 0.76% 0.47% -
HSV(B) 153.11º 0.86% 0.83% -
XYZ 28.08 48.96 29.09 -
YUV 147.94 117.87 43.17 -
System Red Green Blue C M Y K H S L
Decimal 29 212 130 0.86 0 0.39 0.17 153.11 0.76 0.47
Hex 1D D4 82 56 0 27 11 99 4C 2F
Octal 35 324 202 126 0 47 21 231 114 57
Binary 11101 11010100 10000010 1010110 0 100111 10001 10011001 1001100 101111

Color Harmonies of #1DD482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD482

Black with #1DD482

Text Example


Text Example

White with #1DD482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,212,130); }

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

background-color css

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

 a { background-color: rgb(29,212,130); }

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

border-color css

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

 span { border-color: rgb(29,212,130); }

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