#80BE82

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

Shades of De York #80BE82

Tints of De York #80BE82

Color information

#80BE82 (or 0x80BE82) is unknown color: approx De York. HEX triplet: 80, BE and 82. RGB value is (128,190,130). Sum of RGB (Red+Green+Blue) = 128+190+130=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE82 is #7F417D. Grayscale: #A4A4A4. Windows color (decimal): -8339838 or 8568448. OLE color: 8568448.

HSL color Cylindrical-coordinate representation of color #80BE82: hue angle of 121.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BE82 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB128190130-
CMYK0.3300.320.25
HSL121.94º32.29%62.35%-
HSV(B)121.94º32.63%74.51%-
XYZ31.3443.0327.77-
YUV164.62108.46101.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=28.57%
G=42.41%
B=29.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901300.3300.320.25121.9432.2962.35
Hex80BE8221020197a203e
Octal20027620241040311724076
Binary1000000010111110100000101000010100000110011111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,130); }

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

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

 a { background-color: rgb(128,190,130); }

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

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

 span { border-color: rgb(128,190,130); }

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