#80BF87

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

Shades of De York #80BF87

Tints of De York #80BF87

Color information

#80BF87 (or 0x80BF87) is unknown color: approx De York. HEX triplet: 80, BF and 87. RGB value is (128,191,135). Sum of RGB (Red+Green+Blue) = 128+191+135=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF87 is #7F4078. Grayscale: #A5A5A5. Windows color (decimal): -8339577 or 8896384. OLE color: 8896384.

HSL color Cylindrical-coordinate representation of color #80BF87: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BF87 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB128191135-
CMYK0.3300.290.25
HSL126.67º32.98%62.55%-
HSV(B)126.67º32.98%74.9%-
XYZ31.9143.629.66-
YUV165.78110.63101.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=28.19%
G=42.07%
B=29.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911350.3300.290.25126.6732.9862.55
Hex80BF872101D197f213f
Octal20027720741035311774177
Binary100000001011111110000111100001011101110011111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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