#87CD94

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

Shades of De York #87CD94

Tints of De York #87CD94

Color information

#87CD94 (or 0x87CD94) is unknown color: approx De York. HEX triplet: 87, CD and 94. RGB value is (135,205,148). Sum of RGB (Red+Green+Blue) = 135+205+148=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #87CD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CD94 is #78326B. Grayscale: #B1B1B1. Windows color (decimal): -7877228 or 9751943. OLE color: 9751943.

HSL color Cylindrical-coordinate representation of color #87CD94: hue angle of 131.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87CD94 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB135205148-
CMYK0.3400.280.20
HSL131.14º41.18%66.67%-
HSV(B)131.14º34.15%80.39%-
XYZ37.1750.9535.89-
YUV177.57111.3197.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.66%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=27.66%
G=42.01%
B=30.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352051480.3400.280.20131.1441.1866.67
Hex87CD942201C14832943
Octal207315224420342420351103
Binary10000111110011011001010010001001110010100100000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,205,148); }

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

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

 a { background-color: rgb(135,205,148); }

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

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

 span { border-color: rgb(135,205,148); }

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