#8DCA82

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

Shades of De York #8DCA82

Tints of De York #8DCA82

Color information

#8DCA82 (or 0x8DCA82) is unknown color: approx De York. HEX triplet: 8D, CA and 82. RGB value is (141,202,130). Sum of RGB (Red+Green+Blue) = 141+202+130=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA82 is #72357D. Grayscale: #AFAFAF. Windows color (decimal): -7484798 or 8571533. OLE color: 8571533.

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

Color convert

RGB141202130-
CMYK0.3000.360.21
HSL110.83º40.45%65.1%-
HSV(B)110.83º35.64%79.22%-
XYZ36.1349.5228.77-
YUV175.55102.29103.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=29.81%
G=42.71%
B=27.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021300.3000.360.21110.8340.4565.1
Hex8DCA821E024156f2841
Octal215312202360442515750101
Binary1000110111001010100000101111001001001010111011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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