#8CD786

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

Shades of De York #8CD786

Tints of De York #8CD786

Color information

#8CD786 (or 0x8CD786) is unknown color: approx De York. HEX triplet: 8C, D7 and 86. RGB value is (140,215,134). Sum of RGB (Red+Green+Blue) = 140+215+134=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD786 is #732879. Grayscale: #B7B7B7. Windows color (decimal): -7547002 or 8837004. OLE color: 8837004.

HSL color Cylindrical-coordinate representation of color #8CD786: hue angle of 115.56º degrees, saturation: 0.5, 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 #8CD786 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB140215134-
CMYK0.3500.380.16
HSL115.56º50.31%68.43%-
HSV(B)115.56º37.67%84.31%-
XYZ39.4255.931.27-
YUV183.34100.1597.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=28.63%
G=43.97%
B=27.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402151340.3500.380.16115.5650.3168.43
Hex8CD7862302610743244
Octal214327206430462016462104
Binary10001100110101111000011010001101001101000011101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,215,134); }

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

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

 a { background-color: rgb(140,215,134); }

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

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

 span { border-color: rgb(140,215,134); }

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