#80C778

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

Shades of De York #80C778

Tints of De York #80C778

Color information

#80C778 (or 0x80C778) is unknown color: approx De York. HEX triplet: 80, C7 and 78. RGB value is (128,199,120). Sum of RGB (Red+Green+Blue) = 128+199+120=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #80C778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C778 is #7F3887. Grayscale: #A9A9A9. Windows color (decimal): -8337544 or 7915392. OLE color: 7915392.

HSL color Cylindrical-coordinate representation of color #80C778: hue angle of 113.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80C778 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB128199120-
CMYK0.3600.400.22
HSL113.92º41.36%62.55%-
HSV(B)113.92º39.7%78.04%-
XYZ32.7246.7925.08-
YUV168.76100.4898.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=28.64%
G=44.52%
B=26.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991200.3600.400.22113.9241.3662.55
Hex80C778240281672293f
Octal20030717044050261625177
Binary100000001100011111110001001000101000101101110010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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