#8CDC86

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

Shades of De York #8CDC86

Tints of De York #8CDC86

Color information

#8CDC86 (or 0x8CDC86) is unknown color: approx De York. HEX triplet: 8C, DC and 86. RGB value is (140,220,134). Sum of RGB (Red+Green+Blue) = 140+220+134=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC86 is #732379. Grayscale: #BABABA. Windows color (decimal): -7545722 or 8838284. OLE color: 8838284.

HSL color Cylindrical-coordinate representation of color #8CDC86: hue angle of 115.81º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CDC86 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB140220134-
CMYK0.3600.390.14
HSL115.81º55.13%69.41%-
HSV(B)115.81º39.09%86.27%-
XYZ40.7158.4831.7-
YUV186.2898.594.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 220 (86.33% from 255) = 44.53%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=28.34%
G=44.53%
B=27.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402201340.3600.390.14115.8155.1369.41
Hex8CDC8624027E743745
Octal214334206440471616467105
Binary1000110011011100100001101001000100111111011101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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