#8ED584

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

Shades of De York #8ED584

Tints of De York #8ED584

Color information

#8ED584 (or 0x8ED584) is unknown color: approx De York. HEX triplet: 8E, D5 and 84. RGB value is (142,213,132). Sum of RGB (Red+Green+Blue) = 142+213+132=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED584 is #712A7B. Grayscale: #B6B6B6. Windows color (decimal): -7416444 or 8705422. OLE color: 8705422.

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

Color convert

RGB142213132-
CMYK0.3300.380.16
HSL112.59º49.09%67.65%-
HSV(B)112.59º38.03%83.53%-
XYZ39.1155.0130.39-
YUV182.5499.4899.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 213 (83.59% from 255) = 43.74%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=29.16%
G=43.74%
B=27.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422131320.3300.380.16112.5949.0967.65
Hex8ED5842102610713144
Octal216325204410462016161104
Binary10001110110101011000010010000101001101000011100011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,213,132); }

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

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

 a { background-color: rgb(142,213,132); }

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

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

 span { border-color: rgb(142,213,132); }

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