#80D084

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

Shades of De York #80D084

Tints of De York #80D084

Color information

#80D084 (or 0x80D084) is unknown color: approx De York. HEX triplet: 80, D0 and 84. RGB value is (128,208,132). Sum of RGB (Red+Green+Blue) = 128+208+132=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #80D084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D084 is #7F2F7B. Grayscale: #AFAFAF. Windows color (decimal): -8335228 or 8704128. OLE color: 8704128.

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

Color convert

RGB128208132-
CMYK0.3800.370.18
HSL123º45.98%65.88%-
HSV(B)123º38.46%81.57%-
XYZ35.6251.3729.87-
YUV175.42103.594.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=27.35%
G=44.44%
B=28.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081320.3800.370.1812345.9865.88
Hex80D08426025127b2e42
Octal200320204460452217356102
Binary10000000110100001000010010011001001011001011110111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,132); }

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

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

 a { background-color: rgb(128,208,132); }

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

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

 span { border-color: rgb(128,208,132); }

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