#80CA78

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

Shades of De York #80CA78

Tints of De York #80CA78

Color information

#80CA78 (or 0x80CA78) is unknown color: approx De York. HEX triplet: 80, CA and 78. RGB value is (128,202,120). Sum of RGB (Red+Green+Blue) = 128+202+120=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA78 is #7F3587. Grayscale: #AAAAAA. Windows color (decimal): -8336776 or 7916160. OLE color: 7916160.

HSL color Cylindrical-coordinate representation of color #80CA78: hue angle of 114.15º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80CA78 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB128202120-
CMYK0.3700.410.21
HSL114.15º43.62%63.14%-
HSV(B)114.15º40.59%79.22%-
XYZ33.4148.1925.31-
YUV170.5399.4897.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=28.44%
G=44.89%
B=26.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282021200.3700.410.21114.1543.6263.14
Hex80CA782502915722c3f
Octal20031217045051251625477
Binary100000001100101011110001001010101001101011110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,202,120); }

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

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

 a { background-color: rgb(128,202,120); }

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

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

 span { border-color: rgb(128,202,120); }

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