#87CB80

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

Shades of De York #87CB80

Tints of De York #87CB80

Color information

#87CB80 (or 0x87CB80) is unknown color: approx De York. HEX triplet: 87, CB and 80. RGB value is (135,203,128). Sum of RGB (Red+Green+Blue) = 135+203+128=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #87CB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CB80 is #78347F. Grayscale: #AEAEAE. Windows color (decimal): -7877760 or 8440711. OLE color: 8440711.

HSL color Cylindrical-coordinate representation of color #87CB80: hue angle of 114.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87CB80 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB135203128-
CMYK0.3300.370.20
HSL114.4º41.9%64.9%-
HSV(B)114.4º36.95%79.61%-
XYZ35.2449.4228.1-
YUV174.12101.97100.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 203 (79.69% from 255) = 43.56%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=28.97%
G=43.56%
B=27.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352031280.3300.370.20114.441.964.9
Hex87CB802102514722a41
Octal207313200410452416252101
Binary10000111110010111000000010000101001011010011100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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