#8DD184

Color #8DD184 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8DD184

Tints of De York #8DD184

Color information

#8DD184 (or 0x8DD184) is unknown color: approx De York. HEX triplet: 8D, D1 and 84. RGB value is (141,209,132). Sum of RGB (Red+Green+Blue) = 141+209+132=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD184 is #722E7B. Grayscale: #B4B4B4. Windows color (decimal): -7483004 or 8704397. OLE color: 8704397.

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

Color convert

RGB141209132-
CMYK0.3300.370.18
HSL112.99º45.56%66.86%-
HSV(B)112.99º36.84%81.96%-
XYZ37.9552.9330.05-
YUV179.89100.97100.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.25%
GREEN value IS 209 (82.03% from 255) = 43.36%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=29.25%
G=43.36%
B=27.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091320.3300.370.18112.9945.5666.86
Hex8DD1842102512712e43
Octal215321204410452216156103
Binary10001101110100011000010010000101001011001011100011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DD184;
 }
 .AnyTagClassName
 {
   color: #8DD184;
 }
</style>
background-color css

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

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

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

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

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

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