#8DCA8D

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

Shades of De York #8DCA8D

Tints of De York #8DCA8D

Color information

#8DCA8D (or 0x8DCA8D) is unknown color: approx De York. HEX triplet: 8D, CA and 8D. RGB value is (141,202,141). Sum of RGB (Red+Green+Blue) = 141+202+141=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA8D is #723572. Grayscale: #B0B0B0. Windows color (decimal): -7484787 or 9292429. OLE color: 9292429.

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

Color convert

RGB141202141-
CMYK0.3000.300.21
HSL120º36.53%67.25%-
HSV(B)120º30.2%79.22%-
XYZ36.9149.8332.87-
YUV176.81107.79102.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=29.13%
G=41.74%
B=29.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021410.3000.300.2112036.5367.25
Hex8DCA8D1E01E15782543
Octal215312215360362517045103
Binary100011011100101010001101111100111101010111110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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