#80C48A

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

Shades of De York #80C48A

Tints of De York #80C48A

Color information

#80C48A (or 0x80C48A) is unknown color: approx De York. HEX triplet: 80, C4 and 8A. RGB value is (128,196,138). Sum of RGB (Red+Green+Blue) = 128+196+138=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #80C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C48A is #7F3B75. Grayscale: #A9A9A9. Windows color (decimal): -8338294 or 9094272. OLE color: 9094272.

HSL color Cylindrical-coordinate representation of color #80C48A: hue angle of 128.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C48A is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB128196138-
CMYK0.3500.300.23
HSL128.82º36.56%63.53%-
HSV(B)128.82º34.69%76.86%-
XYZ33.2345.931.15-
YUV169.06110.4798.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 196 (76.95% from 255) = 42.42%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=27.71%
G=42.42%
B=29.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281961380.3500.300.23128.8236.5663.53
Hex80C48A2301E17812540
Octal200304212430362720145100
Binary10000000110001001000101010001101111010111100000011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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