#8DD388

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

Shades of De York #8DD388

Tints of De York #8DD388

Color information

#8DD388 (or 0x8DD388) is unknown color: approx De York. HEX triplet: 8D, D3 and 88. RGB value is (141,211,136). Sum of RGB (Red+Green+Blue) = 141+211+136=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD388 is #722C77. Grayscale: #B5B5B5. Windows color (decimal): -7482488 or 8967053. OLE color: 8967053.

HSL color Cylindrical-coordinate representation of color #8DD388: hue angle of 116º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DD388 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB141211136-
CMYK0.3300.360.17
HSL116º46.01%68.04%-
HSV(B)116º35.55%82.75%-
XYZ38.7254.0331.68-
YUV181.52102.3199.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 211 (82.81% from 255) = 43.24%
BLUE value IS 136 (53.52% from 255) = 27.87%
R=28.89%
G=43.24%
B=27.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1412111360.3300.360.1711646.0168.04
Hex8DD3882102411742e44
Octal215323210410442116456104
Binary10001101110100111000100010000101001001000111101001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,211,136); }

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

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

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

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

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

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

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