#80D687

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

Shades of De York #80D687

Tints of De York #80D687

Color information

#80D687 (or 0x80D687) is unknown color: approx De York. HEX triplet: 80, D6 and 87. RGB value is (128,214,135). Sum of RGB (Red+Green+Blue) = 128+214+135=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #80D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D687 is #7F2978. Grayscale: #B3B3B3. Windows color (decimal): -8333689 or 8902272. OLE color: 8902272.

HSL color Cylindrical-coordinate representation of color #80D687: hue angle of 124.88º degrees, saturation: 0.51, 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 #80D687 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB128214135-
CMYK0.4000.370.16
HSL124.88º51.19%67.06%-
HSV(B)124.88º40.19%83.92%-
XYZ37.3254.4331.46-
YUV179.28103.0191.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 135 (53.12% from 255) = 28.30%
R=26.83%
G=44.86%
B=28.30%

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
Decimal1282141350.4000.370.16124.8851.1967.06
Hex80D68728025107d3343
Octal200326207500452017563103
Binary10000000110101101000011110100001001011000011111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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