#80BF85

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

Shades of De York #80BF85

Tints of De York #80BF85

Color information

#80BF85 (or 0x80BF85) is unknown color: approx De York. HEX triplet: 80, BF and 85. RGB value is (128,191,133). Sum of RGB (Red+Green+Blue) = 128+191+133=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF85 is #7F407A. Grayscale: #A5A5A5. Windows color (decimal): -8339579 or 8765312. OLE color: 8765312.

HSL color Cylindrical-coordinate representation of color #80BF85: hue angle of 124.76º 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 #80BF85 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB128191133-
CMYK0.3300.300.25
HSL124.76º32.98%62.55%-
HSV(B)124.76º32.98%74.9%-
XYZ31.7743.5428.92-
YUV165.55109.63101.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.32%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=28.32%
G=42.26%
B=29.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911330.3300.300.25124.7632.9862.55
Hex80BF852101E197d213f
Octal20027720541036311754177
Binary100000001011111110000101100001011110110011111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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