#80D199

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

Shades of De York #80D199

Tints of De York #80D199

Color information

#80D199 (or 0x80D199) is unknown color: approx De York. HEX triplet: 80, D1 and 99. RGB value is (128,209,153). Sum of RGB (Red+Green+Blue) = 128+209+153=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #80D199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D199 is #7F2E66. Grayscale: #B2B2B2. Windows color (decimal): -8334951 or 10080640. OLE color: 10080640.

HSL color Cylindrical-coordinate representation of color #80D199: hue angle of 138.52º 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 #80D199 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB128209153-
CMYK0.3900.270.18
HSL138.52º46.82%66.08%-
HSV(B)138.52º38.76%81.96%-
XYZ37.4552.4938.29-
YUV178.4113.6692.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=26.12%
G=42.65%
B=31.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282091530.3900.270.18138.5246.8266.08
Hex80D1992701B128b2f42
Octal200321231470332221357102
Binary10000000110100011001100110011101101110010100010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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