#8FC685

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

Shades of De York #8FC685

Tints of De York #8FC685

Color information

#8FC685 (or 0x8FC685) is unknown color: approx De York. HEX triplet: 8F, C6 and 85. RGB value is (143,198,133). Sum of RGB (Red+Green+Blue) = 143+198+133=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC685 is #70397A. Grayscale: #AEAEAE. Windows color (decimal): -7354747 or 8767119. OLE color: 8767119.

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

Color convert

RGB143198133-
CMYK0.2800.330.22
HSL110.77º36.31%64.9%-
HSV(B)110.77º32.83%77.65%-
XYZ35.7647.9229.56-
YUV174.14104.78105.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.17%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=30.17%
G=41.77%
B=28.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431981330.2800.330.22110.7736.3164.9
Hex8FC6851C021166f2441
Octal217306205340412615744101
Binary1000111111000110100001011110001000011011011011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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