#8FC887

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

Shades of De York #8FC887

Tints of De York #8FC887

Color information

#8FC887 (or 0x8FC887) is unknown color: approx De York. HEX triplet: 8F, C8 and 87. RGB value is (143,200,135). Sum of RGB (Red+Green+Blue) = 143+200+135=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC887 is #703778. Grayscale: #AFAFAF. Windows color (decimal): -7354233 or 8898703. OLE color: 8898703.

HSL color Cylindrical-coordinate representation of color #8FC887: hue angle of 112.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FC887 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB143200135-
CMYK0.2800.320.22
HSL112.62º37.14%65.69%-
HSV(B)112.62º32.5%78.43%-
XYZ36.3648.930.44-
YUV175.55105.12104.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=29.92%
G=41.84%
B=28.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001350.2800.320.22112.6237.1465.69
Hex8FC8871C02016712542
Octal217310207340402616145102
Binary1000111111001000100001111110001000001011011100011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,135); }

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

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

 a { background-color: rgb(143,200,135); }

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

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

 span { border-color: rgb(143,200,135); }

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