#80D487

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

Shades of De York #80D487

Tints of De York #80D487

Color information

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

HSL color Cylindrical-coordinate representation of color #80D487: hue angle of 125º 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 #80D487 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB128212135-
CMYK0.4000.360.17
HSL125º49.41%66.67%-
HSV(B)125º39.62%83.14%-
XYZ36.8253.4331.29-
YUV178.11103.6792.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282121350.4000.360.1712549.4166.67
Hex80D48728024117d3143
Octal200324207500442117561103
Binary10000000110101001000011110100001001001000111111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80D487; }

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

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

<style>
 a { background-color: #80D487; }

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

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

<style>
 span { border-color: #80D487; }

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

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