#80D194

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

Shades of De York #80D194

Tints of De York #80D194

Color information

#80D194 (or 0x80D194) is unknown color: approx De York. HEX triplet: 80, D1 and 94. RGB value is (128,209,148). Sum of RGB (Red+Green+Blue) = 128+209+148=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #80D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D194 is #7F2E6B. Grayscale: #B1B1B1. Windows color (decimal): -8334956 or 9752960. OLE color: 9752960.

HSL color Cylindrical-coordinate representation of color #80D194: hue angle of 134.81º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D194 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB128209148-
CMYK0.3900.290.18
HSL134.81º46.82%66.08%-
HSV(B)134.81º38.76%81.96%-
XYZ37.0552.3336.16-
YUV177.83111.1692.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=26.39%
G=43.09%
B=30.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282091480.3900.290.18134.8146.8266.08
Hex80D1942701D12872f42
Octal200321224470352220757102
Binary10000000110100011001010010011101110110010100001111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,148); }

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

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

 a { background-color: rgb(128,209,148); }

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

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

 span { border-color: rgb(128,209,148); }

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