#87C38C

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

Shades of De York #87C38C

Tints of De York #87C38C

Color information

#87C38C (or 0x87C38C) is unknown color: approx De York. HEX triplet: 87, C3 and 8C. RGB value is (135,195,140). Sum of RGB (Red+Green+Blue) = 135+195+140=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #87C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C38C is #783C73. Grayscale: #AAAAAA. Windows color (decimal): -7879796 or 9225095. OLE color: 9225095.

HSL color Cylindrical-coordinate representation of color #87C38C: hue angle of 125º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C38C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB135195140-
CMYK0.3100.280.24
HSL125º33.33%64.71%-
HSV(B)125º30.77%76.47%-
XYZ34.2446.0731.9-
YUV170.79110.62102.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=28.72%
G=41.49%
B=29.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351951400.3100.280.2412533.3364.71
Hex87C38C1F01C187d2141
Octal207303214370343017541101
Binary100001111100001110001100111110111001100011111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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