#87C28D

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

Shades of De York #87C28D

Tints of De York #87C28D

Color information

#87C28D (or 0x87C28D) is unknown color: approx De York. HEX triplet: 87, C2 and 8D. RGB value is (135,194,141). Sum of RGB (Red+Green+Blue) = 135+194+141=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #87C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C28D is #783D72. Grayscale: #AAAAAA. Windows color (decimal): -7880051 or 9290375. OLE color: 9290375.

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

Color convert

RGB135194141-
CMYK0.3000.270.24
HSL126.1º32.6%64.51%-
HSV(B)126.1º30.41%76.08%-
XYZ34.0945.6632.22-
YUV170.32111.45102.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 141 (55.47% from 255) = 30%
R=28.72%
G=41.28%
B=30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351941410.3000.270.24126.132.664.51
Hex87C28D1E01B187e2141
Octal207302215360333017641101
Binary100001111100001010001101111100110111100011111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,194,141); }

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

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

 a { background-color: rgb(135,194,141); }

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

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

 span { border-color: rgb(135,194,141); }

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