#87CD8D

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

Shades of De York #87CD8D

Tints of De York #87CD8D

Color information

#87CD8D (or 0x87CD8D) is unknown color: approx De York. HEX triplet: 87, CD and 8D. RGB value is (135,205,141). Sum of RGB (Red+Green+Blue) = 135+205+141=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #87CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CD8D is #783272. Grayscale: #B0B0B0. Windows color (decimal): -7877235 or 9293191. OLE color: 9293191.

HSL color Cylindrical-coordinate representation of color #87CD8D: hue angle of 125.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CD8D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB135205141-
CMYK0.3400.310.20
HSL125.14º41.18%66.67%-
HSV(B)125.14º34.15%80.39%-
XYZ36.6350.7433.06-
YUV176.77107.8198.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=28.07%
G=42.62%
B=29.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352051410.3400.310.20125.1441.1866.67
Hex87CD8D2201F147d2943
Octal207315215420372417551103
Binary1000011111001101100011011000100111111010011111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87CD8D; }

 p { color: rgb(135,205,141); }

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

<style>
 a { background-color: #87CD8D; }

 a { background-color: rgb(135,205,141); }

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

<style>
 span { border-color: #87CD8D; }

 span { border-color: rgb(135,205,141); }

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