#8BD985

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

Shades of De York #8BD985

Tints of De York #8BD985

Color information

#8BD985 (or 0x8BD985) is unknown color: approx De York. HEX triplet: 8B, D9 and 85. RGB value is (139,217,133). Sum of RGB (Red+Green+Blue) = 139+217+133=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD985 is #74267A. Grayscale: #B8B8B8. Windows color (decimal): -7612027 or 8771979. OLE color: 8771979.

HSL color Cylindrical-coordinate representation of color #8BD985: hue angle of 115.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BD985 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB139217133-
CMYK0.3600.390.15
HSL115.71º52.5%68.63%-
HSV(B)115.71º38.71%85.1%-
XYZ39.6956.8131.06-
YUV184.199.1695.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=28.43%
G=44.38%
B=27.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171330.3600.390.15115.7152.568.63
Hex8BD98524027F743545
Octal213331205440471716465105
Binary1000101111011001100001011001000100111111111101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,217,133); }

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

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

 a { background-color: rgb(139,217,133); }

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

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

 span { border-color: rgb(139,217,133); }

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