#80BD75

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

Shades of De York #80BD75

Tints of De York #80BD75

Color information

#80BD75 (or 0x80BD75) is unknown color: approx De York. HEX triplet: 80, BD and 75. RGB value is (128,189,117). Sum of RGB (Red+Green+Blue) = 128+189+117=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD75 is #7F428A. Grayscale: #A2A2A2. Windows color (decimal): -8340107 or 7716224. OLE color: 7716224.

HSL color Cylindrical-coordinate representation of color #80BD75: hue angle of 110.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BD75 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB128189117-
CMYK0.3200.380.26
HSL110.83º35.29%60%-
HSV(B)110.83º38.1%74.12%-
XYZ30.3142.2723.39-
YUV162.55102.29103.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 189 (74.22% from 255) = 43.55%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=29.49%
G=43.55%
B=26.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281891170.3200.380.26110.8335.2960
Hex80BD75200261A6f233c
Octal20027516540046321574374
Binary100000001011110111101011000000100110110101101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,189,117); }

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

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

 a { background-color: rgb(128,189,117); }

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

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

 span { border-color: rgb(128,189,117); }

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