#8DCA85

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

Shades of De York #8DCA85

Tints of De York #8DCA85

Color information

#8DCA85 (or 0x8DCA85) is unknown color: approx De York. HEX triplet: 8D, CA and 85. RGB value is (141,202,133). Sum of RGB (Red+Green+Blue) = 141+202+133=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA85 is #72357A. Grayscale: #B0B0B0. Windows color (decimal): -7484795 or 8768141. OLE color: 8768141.

HSL color Cylindrical-coordinate representation of color #8DCA85: hue angle of 113.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DCA85 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB141202133-
CMYK0.3000.340.21
HSL113.04º39.43%65.69%-
HSV(B)113.04º34.16%79.22%-
XYZ36.3449.629.85-
YUV175.9103.79103.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=29.62%
G=42.44%
B=27.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021330.3000.340.21113.0439.4365.69
Hex8DCA851E02215712742
Octal215312205360422516147102
Binary1000110111001010100001011111001000101010111100011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,202,133); }

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

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

 a { background-color: rgb(141,202,133); }

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

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

 span { border-color: rgb(141,202,133); }

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