#80C88A

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

Shades of De York #80C88A

Tints of De York #80C88A

Color information

#80C88A (or 0x80C88A) is unknown color: approx De York. HEX triplet: 80, C8 and 8A. RGB value is (128,200,138). Sum of RGB (Red+Green+Blue) = 128+200+138=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #80C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C88A is #7F3775. Grayscale: #ABABAB. Windows color (decimal): -8337270 or 9095296. OLE color: 9095296.

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

Color convert

RGB128200138-
CMYK0.3600.310.22
HSL128.33º39.56%64.31%-
HSV(B)128.33º36%78.43%-
XYZ34.1447.7331.46-
YUV171.4109.1597.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=27.47%
G=42.92%
B=29.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1282001380.3600.310.22128.3339.5664.31
Hex80C88A2401F16802840
Octal200310212440372620050100
Binary10000000110010001000101010010001111110110100000001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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