#80D792

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

Shades of De York #80D792

Tints of De York #80D792

Color information

#80D792 (or 0x80D792) is unknown color: approx De York. HEX triplet: 80, D7 and 92. RGB value is (128,215,146). Sum of RGB (Red+Green+Blue) = 128+215+146=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #80D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D792 is #7F286D. Grayscale: #B5B5B5. Windows color (decimal): -8333422 or 9623424. OLE color: 9623424.

HSL color Cylindrical-coordinate representation of color #80D792: hue angle of 132.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D792 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB128215146-
CMYK0.4000.320.16
HSL132.41º52.1%67.25%-
HSV(B)132.41º40.47%84.31%-
XYZ38.3955.2735.84-
YUV181.12108.1890.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=26.18%
G=43.97%
B=29.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282151460.4000.320.16132.4152.167.25
Hex80D7922802010843443
Octal200327222500402020464103
Binary100000001101011110010010101000010000010000100001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,215,146); }

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

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

 a { background-color: rgb(128,215,146); }

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

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

 span { border-color: rgb(128,215,146); }

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