#8CC685

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

Shades of De York #8CC685

Tints of De York #8CC685

Color information

#8CC685 (or 0x8CC685) is unknown color: approx De York. HEX triplet: 8C, C6 and 85. RGB value is (140,198,133). Sum of RGB (Red+Green+Blue) = 140+198+133=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC685 is #73397A. Grayscale: #ADADAD. Windows color (decimal): -7551355 or 8767116. OLE color: 8767116.

HSL color Cylindrical-coordinate representation of color #8CC685: hue angle of 113.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CC685 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB140198133-
CMYK0.2900.330.22
HSL113.54º36.31%64.9%-
HSV(B)113.54º32.83%77.65%-
XYZ35.2447.6629.53-
YUV173.25105.28104.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 198 (77.73% from 255) = 42.04%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=29.72%
G=42.04%
B=28.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401981330.2900.330.22113.5436.3164.9
Hex8CC6851D02116722441
Octal214306205350412616244101
Binary1000110011000110100001011110101000011011011100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,133); }

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

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

 a { background-color: rgb(140,198,133); }

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

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

 span { border-color: rgb(140,198,133); }

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