Html Css Color HEX #1DDC85 Shamrock

📋 copy color: '#1DDC85'

red 29 ◦ green 220 ◦ blue 133

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

Shades of Shamrock #1DDC85

Tints of Shamrock #1DDC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.59%

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

R = 7.59%
G = 57.59%
B = 34.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#1DDC85 (or 0x1DDC85) is known color: Shamrock. HEX triplet: 1D, DC and 85. RGB value is (29,220,133). Sum of RGB (Red+Green+Blue) = 29+220+133=382 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.59% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDC85 is #E2237A. Grayscale: #999999. Windows color (decimal): -14820219 or 8772637. OLE color: 8772637.

HSL color Cylindrical-coordinate representation of color #1DDC85: hue angle of 152.67º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDC85 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 220 133 -
CMYK 0.87 0 0.40 0.14
HSL 152.67º 0.77% 0.49% -
HSV(B) 152.67º 0.87% 0.86% -
XYZ 30.33 53.14 30.85 -
YUV 152.97 116.72 39.57 -
System Red Green Blue C M Y K H S L
Decimal 29 220 133 0.87 0 0.40 0.14 152.67 0.77 0.49
Hex 1D DC 85 57 0 28 E 99 4D 31
Octal 35 334 205 127 0 50 16 231 115 61
Binary 11101 11011100 10000101 1010111 0 101000 1110 10011001 1001101 110001

Color Harmonies of #1DDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDC85

Black with #1DDC85

Text Example


Text Example

White with #1DDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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