#8DD18D

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

Shades of De York #8DD18D

Tints of De York #8DD18D

Color information

#8DD18D (or 0x8DD18D) is unknown color: approx De York. HEX triplet: 8D, D1 and 8D. RGB value is (141,209,141). Sum of RGB (Red+Green+Blue) = 141+209+141=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD18D is #722E72. Grayscale: #B5B5B5. Windows color (decimal): -7482995 or 9294221. OLE color: 9294221.

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

Color convert

RGB141209141-
CMYK0.3300.330.18
HSL120º42.5%68.63%-
HSV(B)120º32.54%81.96%-
XYZ38.5953.1933.43-
YUV180.92105.4799.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=28.72%
G=42.57%
B=28.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1412091410.3300.330.1812042.568.63
Hex8DD18D2102112782a45
Octal215321215410412217052105
Binary10001101110100011000110110000101000011001011110001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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