#80CC8C

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

Shades of De York #80CC8C

Tints of De York #80CC8C

Color information

#80CC8C (or 0x80CC8C) is unknown color: approx De York. HEX triplet: 80, CC and 8C. RGB value is (128,204,140). Sum of RGB (Red+Green+Blue) = 128+204+140=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CC8C is #7F3373. Grayscale: #AEAEAE. Windows color (decimal): -8336244 or 9227392. OLE color: 9227392.

HSL color Cylindrical-coordinate representation of color #80CC8C: hue angle of 129.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CC8C is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB128204140-
CMYK0.3700.310.2
HSL129.47º42.7%65.1%-
HSV(B)129.47º37.25%80%-
XYZ35.2349.6732.54-
YUV173.98108.8295.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=27.12%
G=43.22%
B=29.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1282041400.3700.310.2129.4742.765.1
Hex80CC8C2501F14812b41
Octal200314214450372420153101
Binary10000000110011001000110010010101111110100100000011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,140); }

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

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

 a { background-color: rgb(128,204,140); }

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

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

 span { border-color: rgb(128,204,140); }

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