#87C382

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

Shades of De York #87C382

Tints of De York #87C382

Color information

#87C382 (or 0x87C382) is unknown color: approx De York. HEX triplet: 87, C3 and 82. RGB value is (135,195,130). Sum of RGB (Red+Green+Blue) = 135+195+130=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #87C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C382 is #783C7D. Grayscale: #A9A9A9. Windows color (decimal): -7879806 or 8569735. OLE color: 8569735.

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

Color convert

RGB135195130-
CMYK0.3100.330.24
HSL115.38º35.14%63.73%-
HSV(B)115.38º33.33%76.47%-
XYZ33.5445.7928.19-
YUV169.65105.62103.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.35%
GREEN value IS 195 (76.56% from 255) = 42.39%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=29.35%
G=42.39%
B=28.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351951300.3100.330.24115.3835.1463.73
Hex87C3821F02118732340
Octal207303202370413016343100
Binary1000011111000011100000101111101000011100011100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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