#8FCA8E

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

Shades of De York #8FCA8E

Tints of De York #8FCA8E

Color information

#8FCA8E (or 0x8FCA8E) is unknown color: approx De York. HEX triplet: 8F, CA and 8E. RGB value is (143,202,142). Sum of RGB (Red+Green+Blue) = 143+202+142=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA8E is #703571. Grayscale: #B1B1B1. Windows color (decimal): -7353714 or 9357967. OLE color: 9357967.

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

Color convert

RGB143202142-
CMYK0.2900.300.21
HSL119º36.14%67.45%-
HSV(B)119º29.7%79.22%-
XYZ37.3350.0333.28-
YUV177.52107.95103.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=29.36%
G=41.48%
B=29.16%

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
Decimal1432021420.2900.300.2111936.1467.45
Hex8FCA8E1D01E15772443
Octal217312216350362516744103
Binary100011111100101010001110111010111101010111101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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