#8FCA8D

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

Shades of De York #8FCA8D

Tints of De York #8FCA8D

Color information

#8FCA8D (or 0x8FCA8D) is unknown color: approx De York. HEX triplet: 8F, CA and 8D. RGB value is (143,202,141). Sum of RGB (Red+Green+Blue) = 143+202+141=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA8D is #703572. Grayscale: #B1B1B1. Windows color (decimal): -7353715 or 9292431. OLE color: 9292431.

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

Color convert

RGB143202141-
CMYK0.2900.300.21
HSL118.03º36.53%67.25%-
HSV(B)118.03º30.2%79.22%-
XYZ37.265032.89-
YUV177.4107.45103.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=29.42%
G=41.56%
B=29.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021410.2900.300.21118.0336.5367.25
Hex8FCA8D1D01E15762543
Octal217312215350362516645103
Binary100011111100101010001101111010111101010111101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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