#87BF80

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

Shades of De York #87BF80

Tints of De York #87BF80

Color information

#87BF80 (or 0x87BF80) is unknown color: approx De York. HEX triplet: 87, BF and 80. RGB value is (135,191,128). Sum of RGB (Red+Green+Blue) = 135+191+128=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #87BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BF80 is #78407F. Grayscale: #A7A7A7. Windows color (decimal): -7880832 or 8437639. OLE color: 8437639.

HSL color Cylindrical-coordinate representation of color #87BF80: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87BF80 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB135191128-
CMYK0.2900.330.25
HSL113.33º32.98%62.55%-
HSV(B)113.33º32.98%74.9%-
XYZ32.5243.9727.2-
YUV167.07105.95105.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.74%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=29.74%
G=42.07%
B=28.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351911280.2900.330.25113.3332.9862.55
Hex87BF801D0211971213f
Octal20727720035041311614177
Binary100001111011111110000000111010100001110011110001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,191,128); }

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

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

 a { background-color: rgb(135,191,128); }

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

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

 span { border-color: rgb(135,191,128); }

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