#80C78B

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

Shades of De York #80C78B

Tints of De York #80C78B

Color information

#80C78B (or 0x80C78B) is unknown color: approx De York. HEX triplet: 80, C7 and 8B. RGB value is (128,199,139). Sum of RGB (Red+Green+Blue) = 128+199+139=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #80C78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C78B is #7F3874. Grayscale: #ABABAB. Windows color (decimal): -8337525 or 9160576. OLE color: 9160576.

HSL color Cylindrical-coordinate representation of color #80C78B: hue angle of 129.3º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C78B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB128199139-
CMYK0.3600.300.22
HSL129.3º38.8%64.12%-
HSV(B)129.3º35.68%78.04%-
XYZ33.9947.331.76-
YUV170.93109.9897.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 199 (78.12% from 255) = 42.70%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=27.47%
G=42.70%
B=29.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991390.3600.300.22129.338.864.12
Hex80C78B2401E16812740
Octal200307213440362620147100
Binary10000000110001111000101110010001111010110100000011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,199,139); }

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

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

 a { background-color: rgb(128,199,139); }

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

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

 span { border-color: rgb(128,199,139); }

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