#8CD886

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

Shades of De York #8CD886

Tints of De York #8CD886

Color information

#8CD886 (or 0x8CD886) is unknown color: approx De York. HEX triplet: 8C, D8 and 86. RGB value is (140,216,134). Sum of RGB (Red+Green+Blue) = 140+216+134=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD886 is #732779. Grayscale: #B8B8B8. Windows color (decimal): -7546746 or 8837260. OLE color: 8837260.

HSL color Cylindrical-coordinate representation of color #8CD886: hue angle of 115.61º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CD886 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB140216134-
CMYK0.3500.380.15
HSL115.61º51.25%68.63%-
HSV(B)115.61º37.96%84.71%-
XYZ39.6756.4131.35-
YUV183.9399.8296.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=28.57%
G=44.08%
B=27.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402161340.3500.380.15115.6151.2568.63
Hex8CD88623026F743345
Octal214330206430461716463105
Binary1000110011011000100001101000110100110111111101001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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