#8ED388

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

Shades of De York #8ED388

Tints of De York #8ED388

Color information

#8ED388 (or 0x8ED388) is unknown color: approx De York. HEX triplet: 8E, D3 and 88. RGB value is (142,211,136). Sum of RGB (Red+Green+Blue) = 142+211+136=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED388 is #712C77. Grayscale: #B6B6B6. Windows color (decimal): -7416952 or 8967054. OLE color: 8967054.

HSL color Cylindrical-coordinate representation of color #8ED388: hue angle of 115.2º 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 #8ED388 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB142211136-
CMYK0.3300.360.17
HSL115.2º46.01%68.04%-
HSV(B)115.2º35.55%82.75%-
XYZ38.8954.1231.69-
YUV181.82102.1499.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 211 (82.81% from 255) = 43.15%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=29.04%
G=43.15%
B=27.81%

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
Decimal1422111360.3300.360.17115.246.0168.04
Hex8ED3882102411732e44
Octal216323210410442116356104
Binary10001110110100111000100010000101001001000111100111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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