#8ED794

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

Shades of De York #8ED794

Tints of De York #8ED794

Color information

#8ED794 (or 0x8ED794) is unknown color: approx De York. HEX triplet: 8E, D7 and 94. RGB value is (142,215,148). Sum of RGB (Red+Green+Blue) = 142+215+148=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED794 is #71286B. Grayscale: #B9B9B9. Windows color (decimal): -7415916 or 9754510. OLE color: 9754510.

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

Color convert

RGB142215148-
CMYK0.3400.310.16
HSL124.93º47.71%70%-
HSV(B)124.93º33.95%84.31%-
XYZ40.856.4936.77-
YUV185.54106.8296.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.12%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=28.12%
G=42.57%
B=29.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151480.3400.310.16124.9347.7170
Hex8ED7942201F107d3046
Octal216327224420372017560106
Binary1000111011010111100101001000100111111000011111011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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