#87CD75

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

Shades of De York #87CD75

Tints of De York #87CD75

Color information

#87CD75 (or 0x87CD75) is unknown color: approx De York. HEX triplet: 87, CD and 75. RGB value is (135,205,117). Sum of RGB (Red+Green+Blue) = 135+205+117=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #87CD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87CD75 is #78328A. Grayscale: #AEAEAE. Windows color (decimal): -7877259 or 7720327. OLE color: 7720327.

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

Color convert

RGB135205117-
CMYK0.3400.430.20
HSL107.73º46.81%63.14%-
HSV(B)107.73º42.93%80.39%-
XYZ35.0350.124.65-
YUV174.0495.81100.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=29.54%
G=44.86%
B=25.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352051170.3400.430.20107.7346.8163.14
Hex87CD752202B146c2f3f
Octal20731516542053241545777
Binary100001111100110111101011000100101011101001101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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