#80C779

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

Shades of De York #80C779

Tints of De York #80C779

Color information

#80C779 (or 0x80C779) is unknown color: approx De York. HEX triplet: 80, C7 and 79. RGB value is (128,199,121). Sum of RGB (Red+Green+Blue) = 128+199+121=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #80C779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C779 is #7F3886. Grayscale: #A9A9A9. Windows color (decimal): -8337543 or 7980928. OLE color: 7980928.

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

Color convert

RGB128199121-
CMYK0.3600.390.22
HSL114.62º41.05%62.75%-
HSV(B)114.62º39.2%78.04%-
XYZ32.7846.8225.4-
YUV168.88100.9898.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 199 (78.12% from 255) = 44.42%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=28.57%
G=44.42%
B=27.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1281991210.3600.390.22114.6241.0562.75
Hex80C779240271673293f
Octal20030717144047261635177
Binary100000001100011111110011001000100111101101110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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