#8BD987

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

Shades of De York #8BD987

Tints of De York #8BD987

Color information

#8BD987 (or 0x8BD987) is unknown color: approx De York. HEX triplet: 8B, D9 and 87. RGB value is (139,217,135). Sum of RGB (Red+Green+Blue) = 139+217+135=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD987 is #742678. Grayscale: #B8B8B8. Windows color (decimal): -7612025 or 8903051. OLE color: 8903051.

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

Color convert

RGB139217135-
CMYK0.3600.380.15
HSL117.07º51.9%69.02%-
HSV(B)117.07º37.79%85.1%-
XYZ39.8356.8631.8-
YUV184.33100.1695.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.31%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=28.31%
G=44.20%
B=27.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392171350.3600.380.15117.0751.969.02
Hex8BD98724026F753445
Octal213331207440461716564105
Binary1000101111011001100001111001000100110111111101011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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