#8CDC85

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

Shades of De York #8CDC85

Tints of De York #8CDC85

Color information

#8CDC85 (or 0x8CDC85) is unknown color: approx De York. HEX triplet: 8C, DC and 85. RGB value is (140,220,133). Sum of RGB (Red+Green+Blue) = 140+220+133=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC85 is #73237A. Grayscale: #BABABA. Windows color (decimal): -7545723 or 8772748. OLE color: 8772748.

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

Color convert

RGB140220133-
CMYK0.3600.400.14
HSL115.17º55.41%69.22%-
HSV(B)115.17º39.55%86.27%-
XYZ40.6458.4631.33-
YUV186.169895.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.40%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=28.40%
G=44.62%
B=26.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402201330.3600.400.14115.1755.4169.22
Hex8CDC8524028E733745
Octal214334205440501616367105
Binary1000110011011100100001011001000101000111011100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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