#8ED78B

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

Shades of De York #8ED78B

Tints of De York #8ED78B

Color information

#8ED78B (or 0x8ED78B) is unknown color: approx De York. HEX triplet: 8E, D7 and 8B. RGB value is (142,215,139). Sum of RGB (Red+Green+Blue) = 142+215+139=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED78B is #712874. Grayscale: #B8B8B8. Windows color (decimal): -7415925 or 9164686. OLE color: 9164686.

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

Color convert

RGB142215139-
CMYK0.3400.350.16
HSL117.63º48.72%69.41%-
HSV(B)117.63º35.35%84.31%-
XYZ40.1256.2233.16-
YUV184.51102.3297.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 215 (84.38% from 255) = 43.35%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=28.63%
G=43.35%
B=28.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151390.3400.350.16117.6348.7269.41
Hex8ED78B2202310763145
Octal216327213420432016661105
Binary10001110110101111000101110001001000111000011101101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,215,139); }

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

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

 a { background-color: rgb(142,215,139); }

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

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

 span { border-color: rgb(142,215,139); }

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