#8FD785

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

Shades of De York #8FD785

Tints of De York #8FD785

Color information

#8FD785 (or 0x8FD785) is unknown color: approx De York. HEX triplet: 8F, D7 and 85. RGB value is (143,215,133). Sum of RGB (Red+Green+Blue) = 143+215+133=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD785 is #70287A. Grayscale: #B8B8B8. Windows color (decimal): -7350395 or 8771471. OLE color: 8771471.

HSL color Cylindrical-coordinate representation of color #8FD785: hue angle of 112.68º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FD785 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB143215133-
CMYK0.3300.380.16
HSL112.68º50.62%68.24%-
HSV(B)112.68º38.14%84.31%-
XYZ39.8656.1330.92-
YUV184.1299.1598.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=29.12%
G=43.79%
B=27.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432151330.3300.380.16112.6850.6268.24
Hex8FD7852102610713344
Octal217327205410462016163104
Binary10001111110101111000010110000101001101000011100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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