#80BC7B

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

Shades of De York #80BC7B

Tints of De York #80BC7B

Color information

#80BC7B (or 0x80BC7B) is unknown color: approx De York. HEX triplet: 80, BC and 7B. RGB value is (128,188,123). Sum of RGB (Red+Green+Blue) = 128+188+123=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC7B is #7F4384. Grayscale: #A2A2A2. Windows color (decimal): -8340357 or 8109184. OLE color: 8109184.

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

Color convert

RGB128188123-
CMYK0.3200.350.26
HSL115.38º32.66%60.98%-
HSV(B)115.38º34.57%73.73%-
XYZ30.4641.9925.24-
YUV162.65105.62103.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=29.16%
G=42.82%
B=28.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281881230.3200.350.26115.3832.6660.98
Hex80BC7B200231A73213d
Octal20027417340043321634175
Binary100000001011110011110111000000100011110101110011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,123); }

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

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

 a { background-color: rgb(128,188,123); }

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

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

 span { border-color: rgb(128,188,123); }

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