#80D587

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

Shades of De York #80D587

Tints of De York #80D587

Color information

#80D587 (or 0x80D587) is unknown color: approx De York. HEX triplet: 80, D5 and 87. RGB value is (128,213,135). Sum of RGB (Red+Green+Blue) = 128+213+135=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #80D587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D587 is #7F2A78. Grayscale: #B2B2B2. Windows color (decimal): -8333945 or 8902016. OLE color: 8902016.

HSL color Cylindrical-coordinate representation of color #80D587: hue angle of 124.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D587 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB128213135-
CMYK0.4000.370.16
HSL124.94º50.3%66.86%-
HSV(B)124.94º39.91%83.53%-
XYZ37.0753.9331.38-
YUV178.69103.3491.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=26.89%
G=44.75%
B=28.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131350.4000.370.16124.9450.366.86
Hex80D58728025107d3243
Octal200325207500452017562103
Binary10000000110101011000011110100001001011000011111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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