#8ED683

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

Shades of De York #8ED683

Tints of De York #8ED683

Color information

#8ED683 (or 0x8ED683) is unknown color: approx De York. HEX triplet: 8E, D6 and 83. RGB value is (142,214,131). Sum of RGB (Red+Green+Blue) = 142+214+131=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED683 is #71297C. Grayscale: #B7B7B7. Windows color (decimal): -7416189 or 8640142. OLE color: 8640142.

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

Color convert

RGB142214131-
CMYK0.3400.390.16
HSL112.05º50.3%67.65%-
HSV(B)112.05º38.79%83.92%-
XYZ39.355.4830.11-
YUV183.0198.6598.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=29.16%
G=43.94%
B=26.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422141310.3400.390.16112.0550.367.65
Hex8ED6832202710703244
Octal216326203420472016062104
Binary10001110110101101000001110001001001111000011100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,214,131); }

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

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

 a { background-color: rgb(142,214,131); }

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

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

 span { border-color: rgb(142,214,131); }

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