#8CCF86

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

Shades of De York #8CCF86

Tints of De York #8CCF86

Color information

#8CCF86 (or 0x8CCF86) is unknown color: approx De York. HEX triplet: 8C, CF and 86. RGB value is (140,207,134). Sum of RGB (Red+Green+Blue) = 140+207+134=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF86 is #733079. Grayscale: #B2B2B2. Windows color (decimal): -7549050 or 8834956. OLE color: 8834956.

HSL color Cylindrical-coordinate representation of color #8CCF86: hue angle of 115.07º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CCF86 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB140207134-
CMYK0.3200.350.19
HSL115.07º43.2%66.86%-
HSV(B)115.07º35.27%81.18%-
XYZ37.4351.9230.6-
YUV178.64102.8100.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 207 (81.25% from 255) = 43.04%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=29.11%
G=43.04%
B=27.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1402071340.3200.350.19115.0743.266.86
Hex8CCF862002313732b43
Octal214317206400432316353103
Binary10001100110011111000011010000001000111001111100111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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