#8ED88D

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

Shades of De York #8ED88D

Tints of De York #8ED88D

Color information

#8ED88D (or 0x8ED88D) is unknown color: approx De York. HEX triplet: 8E, D8 and 8D. RGB value is (142,216,141). Sum of RGB (Red+Green+Blue) = 142+216+141=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED88D is #712772. Grayscale: #B9B9B9. Windows color (decimal): -7415667 or 9296014. OLE color: 9296014.

HSL color Cylindrical-coordinate representation of color #8ED88D: hue angle of 119.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED88D is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB142216141-
CMYK0.3400.350.15
HSL119.2º49.02%70%-
HSV(B)119.2º34.72%84.71%-
XYZ40.5256.7934.02-
YUV185.32102.9897.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=28.46%
G=43.29%
B=28.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422161410.3400.350.15119.249.0270
Hex8ED88D22023F773146
Octal216330215420431716761106
Binary1000111011011000100011011000100100011111111101111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,216,141); }

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

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

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

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

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

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

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