Html Css Color HEX #8DD186 De York

📋 copy color: '#8DD186'

red 141 ◦ green 209 ◦ blue 134

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

Shades of De York #8DD186

Tints of De York #8DD186

RGB

 RED value IS 141 (55.47% from 255) = 29.13%

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 29.13%
G = 43.18%
B = 27.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#8DD186 (or 0x8DD186) is known color: De York. HEX triplet: 8D, D1 and 86. RGB value is (141,209,134). Sum of RGB (Red+Green+Blue) = 141+209+134=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD186 is #722E79. Grayscale: #B4B4B4. Windows color (decimal): -7483002 or 8835469. OLE color: 8835469.

HSL color Cylindrical-coordinate representation of color #8DD186: hue angle of 114.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DD186 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 209 134 -
CMYK 0.33 0 0.36 0.18
HSL 114.4º 0.45% 0.67% -
HSV(B) 114.4º 0.36% 0.82% -
XYZ 38.09 52.98 30.77 -
YUV 180.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 141 209 134 0.33 0 0.36 0.18 114.4 0.45 0.67
Hex 8D D1 86 21 0 24 12 72 2D 43
Octal 215 321 206 41 0 44 22 162 55 103
Binary 10001101 11010001 10000110 100001 0 100100 10010 1110010 101101 1000011

Color Harmonies of #8DD186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD186

Black with #8DD186

Text Example


Text Example

White with #8DD186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DD186; }

 p { color: rgb(141,209,134); }

 H1.HeaderClassName
 {
   color: #8DD186;
 }
 .AnyTagClassName
 {
   color: #8DD186;
 }
</style>

background-color css

<style>
 a { background-color: #8DD186; }

 a { background-color: rgb(141,209,134); }

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

border-color css

<style>
 span { border-color: #8DD186; }

 span { border-color: rgb(141,209,134); }

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