#87D480

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

Shades of De York #87D480

Tints of De York #87D480

Color information

#87D480 (or 0x87D480) is unknown color: approx De York. HEX triplet: 87, D4 and 80. RGB value is (135,212,128). Sum of RGB (Red+Green+Blue) = 135+212+128=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #87D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D480 is #782B7F. Grayscale: #B3B3B3. Windows color (decimal): -7875456 or 8443015. OLE color: 8443015.

HSL color Cylindrical-coordinate representation of color #87D480: hue angle of 115º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87D480 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB135212128-
CMYK0.3600.400.17
HSL115º49.41%66.67%-
HSV(B)115º39.62%83.14%-
XYZ37.4353.828.83-
YUV179.498.9996.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=28.42%
G=44.63%
B=26.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1352121280.3600.400.1711549.4166.67
Hex87D4802402811733143
Octal207324200440502116361103
Binary10000111110101001000000010010001010001000111100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,212,128); }

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

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

 a { background-color: rgb(135,212,128); }

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

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

 span { border-color: rgb(135,212,128); }

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