#8DCA97

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

Shades of De York #8DCA97

Tints of De York #8DCA97

Color information

#8DCA97 (or 0x8DCA97) is unknown color: approx De York. HEX triplet: 8D, CA and 97. RGB value is (141,202,151). Sum of RGB (Red+Green+Blue) = 141+202+151=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA97 is #723568. Grayscale: #B2B2B2. Windows color (decimal): -7484777 or 9947789. OLE color: 9947789.

HSL color Cylindrical-coordinate representation of color #8DCA97: hue angle of 129.84º 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 #8DCA97 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB141202151-
CMYK0.3000.250.21
HSL129.84º36.53%67.25%-
HSV(B)129.84º30.2%79.22%-
XYZ37.6950.1436.97-
YUV177.95112.79101.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=28.54%
G=40.89%
B=30.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1412021510.3000.250.21129.8436.5367.25
Hex8DCA971E01915822543
Octal215312227360312520245103
Binary1000110111001010100101111111001100110101100000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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