#80D78A

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

Shades of De York #80D78A

Tints of De York #80D78A

Color information

#80D78A (or 0x80D78A) is unknown color: approx De York. HEX triplet: 80, D7 and 8A. RGB value is (128,215,138). Sum of RGB (Red+Green+Blue) = 128+215+138=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #80D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D78A is #7F2875. Grayscale: #B4B4B4. Windows color (decimal): -8333430 or 9099136. OLE color: 9099136.

HSL color Cylindrical-coordinate representation of color #80D78A: hue angle of 126.9º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D78A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB128215138-
CMYK0.4000.360.16
HSL126.9º52.1%67.25%-
HSV(B)126.9º40.47%84.31%-
XYZ37.7955.0332.67-
YUV180.21104.1890.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 215 (84.38% from 255) = 44.70%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=26.61%
G=44.70%
B=28.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282151380.4000.360.16126.952.167.25
Hex80D78A28024107f3443
Octal200327212500442017764103
Binary10000000110101111000101010100001001001000011111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,215,138); }

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

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

 a { background-color: rgb(128,215,138); }

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

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

 span { border-color: rgb(128,215,138); }

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