#8FC985

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

Shades of De York #8FC985

Tints of De York #8FC985

Color information

#8FC985 (or 0x8FC985) is unknown color: approx De York. HEX triplet: 8F, C9 and 85. RGB value is (143,201,133). Sum of RGB (Red+Green+Blue) = 143+201+133=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC985 is #70367A. Grayscale: #B0B0B0. Windows color (decimal): -7353979 or 8767887. OLE color: 8767887.

HSL color Cylindrical-coordinate representation of color #8FC985: hue angle of 111.18º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FC985 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB143201133-
CMYK0.2900.340.21
HSL111.18º38.64%65.49%-
HSV(B)111.18º33.83%78.82%-
XYZ36.4549.3129.79-
YUV175.91103.78104.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=29.98%
G=42.14%
B=27.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432011330.2900.340.21111.1838.6465.49
Hex8FC9851D022156f2741
Octal217311205350422515747101
Binary1000111111001001100001011110101000101010111011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,201,133); }

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

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

 a { background-color: rgb(143,201,133); }

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

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

 span { border-color: rgb(143,201,133); }

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