#87CA8C

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

Shades of De York #87CA8C

Tints of De York #87CA8C

Color information

#87CA8C (or 0x87CA8C) is unknown color: approx De York. HEX triplet: 87, CA and 8C. RGB value is (135,202,140). Sum of RGB (Red+Green+Blue) = 135+202+140=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CA8C is #783573. Grayscale: #AFAFAF. Windows color (decimal): -7878004 or 9226887. OLE color: 9226887.

HSL color Cylindrical-coordinate representation of color #87CA8C: hue angle of 124.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CA8C is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB135202140-
CMYK0.3300.310.21
HSL124.48º38.73%66.08%-
HSV(B)124.48º33.17%79.22%-
XYZ35.8549.2932.43-
YUV174.9108.399.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=28.30%
G=42.35%
B=29.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1352021400.3300.310.21124.4838.7366.08
Hex87CA8C2101F157c2742
Octal207312214410372517447102
Binary1000011111001010100011001000010111111010111111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,202,140); }

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

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

 a { background-color: rgb(135,202,140); }

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

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

 span { border-color: rgb(135,202,140); }

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