Html Css Color HEX #1DD385 Shamrock

📋 copy color: '#1DD385'

red 29 ◦ green 211 ◦ blue 133

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

Shades of Shamrock #1DD385

Tints of Shamrock #1DD385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.57%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 7.77%
G = 56.57%
B = 35.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#1DD385 (or 0x1DD385) is known color: Shamrock. HEX triplet: 1D, D3 and 85. RGB value is (29,211,133). Sum of RGB (Red+Green+Blue) = 29+211+133=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD385 is #E22C7A. Grayscale: #939393. Windows color (decimal): -14822523 or 8770333. OLE color: 8770333.

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

Color convert

RGB 29 211 133 -
CMYK 0.86 0 0.37 0.17
HSL 154.29º 0.76% 0.47% -
HSV(B) 154.29º 0.86% 0.83% -
XYZ 28.03 48.54 30.08 -
YUV 147.69 119.7 43.34 -
System Red Green Blue C M Y K H S L
Decimal 29 211 133 0.86 0 0.37 0.17 154.29 0.76 0.47
Hex 1D D3 85 56 0 25 11 9A 4C 2F
Octal 35 323 205 126 0 45 21 232 114 57
Binary 11101 11010011 10000101 1010110 0 100101 10001 10011010 1001100 101111

Color Harmonies of #1DD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD385

Black with #1DD385

Text Example


Text Example

White with #1DD385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,211,133); }

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

background-color css

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

 a { background-color: rgb(29,211,133); }

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

border-color css

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

 span { border-color: rgb(29,211,133); }

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